Package com.mypurecloud.sdk.v2.model
Class ConversationAppSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationAppSettings
- All Implemented Interfaces:
Serializable
Conversation settings that handles chats within the messenger
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe auto start for the messenger conversationconversationClear(ConversationClearSettings conversationClear) The conversation clear settings for the messenger appconversationDisconnect(ConversationDisconnectSettings conversationDisconnect) The conversation disconnect settings for the messenger appThe toggle to enable or disable conversationsbooleaninthashCode()The humanize conversations settings for the messenger appThe markdown for the messenger appnotifications(NotificationsSettings notifications) The notification settings for messenger appssessionDurationSeconds(Integer sessionDurationSeconds) The guest session duration settings for messenger conversationsvoidsetAutoStart(AutoStart autoStart) voidsetConversationClear(ConversationClearSettings conversationClear) voidsetConversationDisconnect(ConversationDisconnectSettings conversationDisconnect) voidsetEnabled(Boolean enabled) voidsetHumanize(Humanize humanize) voidsetMarkdown(Markdown markdown) voidsetNotifications(NotificationsSettings notifications) voidsetSessionDurationSeconds(Integer sessionDurationSeconds) voidsetShowAgentTypingIndicator(Boolean showAgentTypingIndicator) voidsetShowUserTypingIndicator(Boolean showUserTypingIndicator) showAgentTypingIndicator(Boolean showAgentTypingIndicator) The toggle to enable or disable typing indicator for messengershowUserTypingIndicator(Boolean showUserTypingIndicator) The toggle to enable or disable typing indicator for messengertoString()
-
Constructor Details
-
ConversationAppSettings
public ConversationAppSettings() -
ConversationAppSettings
-
-
Method Details
-
enabled
The toggle to enable or disable conversations -
getEnabled
-
setEnabled
-
showAgentTypingIndicator
The toggle to enable or disable typing indicator for messenger -
getShowAgentTypingIndicator
-
setShowAgentTypingIndicator
-
showUserTypingIndicator
The toggle to enable or disable typing indicator for messenger -
getShowUserTypingIndicator
-
setShowUserTypingIndicator
-
autoStart
The auto start for the messenger conversation -
getAutoStart
-
setAutoStart
-
markdown
The markdown for the messenger app -
getMarkdown
-
setMarkdown
-
conversationDisconnect
public ConversationAppSettings conversationDisconnect(ConversationDisconnectSettings conversationDisconnect) The conversation disconnect settings for the messenger app -
getConversationDisconnect
-
setConversationDisconnect
-
conversationClear
The conversation clear settings for the messenger app -
getConversationClear
-
setConversationClear
-
humanize
The humanize conversations settings for the messenger app -
getHumanize
-
setHumanize
-
notifications
The notification settings for messenger apps -
getNotifications
-
setNotifications
-
sessionDurationSeconds
The guest session duration settings for messenger conversations -
getSessionDurationSeconds
-
setSessionDurationSeconds
-
equals
-
hashCode
public int hashCode() -
toString
-