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