Action

data class Action(val conversationAction: ConversationAction) : CoreEvent.ConversationEvent

Emitted when a conversation action is performed on an entry, such as feedback or a reaction.

Constructors

Link copied to clipboard
constructor(conversationAction: ConversationAction)

Properties

Link copied to clipboard

The action that was performed on the conversation entry.

Link copied to clipboard

The unique identifier of the conversation this event belongs to.