Conversation Builder
interface ConversationBuilder
Content copied to clipboard
Helper to create new conversation with provided data.
Functions
build
Link copied to clipboard
Method to create conversation with options.
with Attributes
Link copied to clipboard
abstract fun withAttributes(attributes: Attributes): ConversationsClient.ConversationBuilder
Content copied to clipboard
Set user-specified custom conversation attributes.
with Friendly Name
Link copied to clipboard
abstract fun withFriendlyName(friendlyName: String): ConversationsClient.ConversationBuilder
Content copied to clipboard
Set conversation friendly name.
with Unique Name
Link copied to clipboard
abstract fun withUniqueName(uniqueName: String): ConversationsClient.ConversationBuilder
Content copied to clipboard
Set conversation unique name.