Entry

data class Entry(val conversationEntry: ConversationEntry) : CoreEvent.ConversationEvent

Emitted when a new entry is added to the conversation by any participant.

This includes messages, participant changes, routing results, acknowledgements, and other entry types. Inspect ConversationEntry.entryType to determine the specific kind of entry received.

Entries are persisted locally before this event fires, so they will also appear in ConversationClient.conversationEntriesPaged and related data flows.

Constructors

Link copied to clipboard
constructor(conversationEntry: ConversationEntry)

Properties

Link copied to clipboard

The new entry added to the conversation.

Link copied to clipboard

The unique identifier of the conversation this event belongs to.