Interaction
data class Interaction(val item: AtUri? = null, val event: String? = null, val feedContext: String? = null, val reqId: String? = null)
Parameters
feedContext
Context on a feed item that was originally supplied by the feed generator on getFeedSkeleton.
reqId
Unique identifier per request that may be passed back alongside interactions.