Ongoing Conversation
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
conversation Channel
The channel of the conversation (default is CHAT)
Constructors
Link copied to clipboard
constructor(conversationChannel: ConversationChannel = ConversationChannel.CHAT, conversationId: String = "")