Uses of Class
com.mypurecloud.sdk.v2.model.QueueConversationEventTopicChat
Packages that use QueueConversationEventTopicChat
-
Uses of QueueConversationEventTopicChat in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueueConversationEventTopicChatModifier and TypeMethodDescriptionQueueConversationEventTopicChat.afterCallWork(QueueConversationEventTopicAfterCallWork afterCallWork) A communication's after-call work data.QueueConversationEventTopicChat.afterCallWorkRequired(Boolean afterCallWorkRequired) Indicates if after-call is required for a communication.QueueConversationEventTopicChat.avatarImageUrl(String avatarImageUrl) The avatar for the chat (if available).QueueConversationEventTopicChat.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.QueueConversationEventTopicChat.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.QueueConversationEventTopicChat.disconnectType(QueueConversationEventTopicChat.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.QueueConversationEventTopicChat.initialState(QueueConversationEventTopicChat.InitialStateEnum initialState) QueueConversationEventTopicChat.journeyContext(QueueConversationEventTopicJourneyContext journeyContext) The id of the peer communication corresponding to a matching leg for this communication.The source provider of the chat.QueueConversationEventTopicChat.queueMediaSettings(QueueConversationEventTopicQueueMediaSettings queueMediaSettings) Represents the queue setting for this media.The room id for the chat.The UUID of the script to use.QueueConversationEventTopicChat.startHoldTime(Date startHoldTime) The timestamp the chat was placed on hold in the cloud clock if the chat is currently on hold.QueueConversationEventTopicChat.state(QueueConversationEventTopicChat.StateEnum state) QueueConversationEventTopicChat.wrapup(QueueConversationEventTopicWrapup wrapup) Call wrap up or disposition data.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type QueueConversationEventTopicChatMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type QueueConversationEventTopicChatModifier and TypeMethodDescriptionQueueConversationEventTopicParticipant.chats(List<QueueConversationEventTopicChat> chats) voidQueueConversationEventTopicParticipant.setChats(List<QueueConversationEventTopicChat> chats)