ConversationBuilder

interface ConversationBuilder

Helper to create new conversation with provided data.

Functions

Link copied to clipboard
abstract fun build(listener: CallbackListener<Conversation>)
Method to create conversation with options.
Link copied to clipboard
abstract fun withAttributes(attributes: Attributes): ConversationsClient.ConversationBuilder
Set user-specified custom conversation attributes.
Link copied to clipboard
abstract fun withFriendlyName(friendlyName: String): ConversationsClient.ConversationBuilder
Set conversation friendly name.
Link copied to clipboard
abstract fun withUniqueName(uniqueName: String): ConversationsClient.ConversationBuilder
Set conversation unique name.