conversationBuilder
Get ConversationBuilder to create conversation with options.
A pattern to build conversation with options is:
Example:
conversationBuilder()
.withFriendlyName("Conversation")
.build(listener);
Content copied to clipboard
Content copied to clipboard
Content copied to clipboard
Return
A ConversationBuilder used to create conversation with options.
Throws
If ConversationClient isn't synchronized properly.