OngoingConversation

data class OngoingConversation(val conversationChannel: ConversationChannel = ConversationChannel.CHAT, val conversationId: String = "")

Ongoing conversation object. If a visitor has an ongoing conversation, this objects holds the conversation channel.

Parameters

conversationChannel

The channel of the conversation (default is CHAT)

Constructors

Link copied to clipboard
constructor(conversationChannel: ConversationChannel = ConversationChannel.CHAT, conversationId: String = "")

Properties

Link copied to clipboard