ConversationEvent
Conversation events emitted by the ConversationClient.
Inheritors
Types
Link copied to clipboard
CoreEvent emitted when a new ConversationEntry has been added the conversation.
Link copied to clipboard
data class ProgressIndicator(val conversationEntry: ConversationEntry) : CoreEvent.ConversationEvent
CoreEvent emitted when a new progress indicator event has been triggered.
Link copied to clipboard
data class TypingIndicator(val conversationEntry: ConversationEntry, val status: TypingIndicatorStatus = when (conversationEntry.entryType) {
ConversationEntryType.TypingStoppedIndicator -> TypingIndicatorStatus.Stopped
else -> TypingIndicatorStatus.Started
}) : CoreEvent.ConversationEvent
CoreEvent emitted when a new typing event has been triggered.