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