Uses of Class
com.mypurecloud.sdk.v2.model.QueueConversationSocialExpressionEventTopicChat
Packages that use QueueConversationSocialExpressionEventTopicChat
-
Uses of QueueConversationSocialExpressionEventTopicChat in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueueConversationSocialExpressionEventTopicChatModifier and TypeMethodDescriptionQueueConversationSocialExpressionEventTopicChat.afterCallWork(QueueConversationSocialExpressionEventTopicAfterCallWork afterCallWork) A communication's after-call work data.QueueConversationSocialExpressionEventTopicChat.afterCallWorkRequired(Boolean afterCallWorkRequired) Indicates if after-call is required for a communication.QueueConversationSocialExpressionEventTopicChat.avatarImageUrl(String avatarImageUrl) The avatar for the chat (if available).QueueConversationSocialExpressionEventTopicChat.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.QueueConversationSocialExpressionEventTopicChat.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.QueueConversationSocialExpressionEventTopicChat.disconnectType(QueueConversationSocialExpressionEventTopicChat.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.True if this call is held and the person on this side hears silence.A globally unique identifier for this communication.QueueConversationSocialExpressionEventTopicChat.initialState(QueueConversationSocialExpressionEventTopicChat.InitialStateEnum initialState) QueueConversationSocialExpressionEventTopicChat.journeyContext(QueueConversationSocialExpressionEventTopicJourneyContext journeyContext) The id of the peer communication corresponding to a matching leg for this communication.The source provider of the chat.QueueConversationSocialExpressionEventTopicChat.queueMediaSettings(QueueConversationSocialExpressionEventTopicQueueMediaSettings queueMediaSettings) Represents the queue setting for this media.The room id for the chat.The UUID of the script to use.QueueConversationSocialExpressionEventTopicChat.startHoldTime(Date startHoldTime) The timestamp the chat was placed on hold in the cloud clock if the chat is currently on hold.QueueConversationSocialExpressionEventTopicChat.state(QueueConversationSocialExpressionEventTopicChat.StateEnum state) QueueConversationSocialExpressionEventTopicChat.wrapup(QueueConversationSocialExpressionEventTopicWrapup wrapup) Call wrap up or disposition data.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type QueueConversationSocialExpressionEventTopicChatModifier and TypeMethodDescriptionQueueConversationSocialExpressionEventTopicParticipant.getChats()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type QueueConversationSocialExpressionEventTopicChatModifier and TypeMethodDescriptionQueueConversationSocialExpressionEventTopicParticipant.chats(List<QueueConversationSocialExpressionEventTopicChat> chats) voidQueueConversationSocialExpressionEventTopicParticipant.setChats(List<QueueConversationSocialExpressionEventTopicChat> chats)