Uses of Class
com.mypurecloud.sdk.v2.model.ConversationChat
Packages that use ConversationChat
-
Uses of ConversationChat in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationChatModifier and TypeMethodDescriptionConversationChat.afterCallWork(AfterCallWork afterCallWork) After-call work for the communication.ConversationChat.afterCallWorkRequired(Boolean afterCallWorkRequired) Indicates if after-call work is required for a communication.ConversationChat.avatarImageUrl(String avatarImageUrl) If available, the URI to the avatar image of this communication.ConversationChat.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.ConversationChat.direction(ConversationChat.DirectionEnum direction) The direction of the chatConversationChat.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.ConversationChat.disconnectType(ConversationChat.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.ConversationChat.initialState(ConversationChat.InitialStateEnum initialState) The initial connection state of this communication.ConversationChat.journeyContext(JourneyContext journeyContext) A subset of the Journey System's data relevant to a part of a conversation (for external linkage and internal usage/context).The id of the peer communication corresponding to a matching leg for this communication.The source provider for the email.ConversationChat.queueMediaSettings(ConversationQueueMediaSettings queueMediaSettings) Represents the queue settings for this media type.ConversationChat.recordingId(String recordingId) A globally unique identifier for the recording associated with this chat.The room id for the chat.The UUID of the script to use.The time line of the participant's chat, divided into activity segments.ConversationChat.startAlertingTime(Date startAlertingTime) The timestamp the communication has when it is first put into an alerting state.ConversationChat.startHoldTime(Date startHoldTime) The timestamp the chat was placed on hold in the cloud clock if the chat is currently on hold.ConversationChat.state(ConversationChat.StateEnum state) The connection state of this communication.Call wrap up or disposition data.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ConversationChatMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ConversationChatModifier and TypeMethodDescriptionParticipant.chats(List<ConversationChat> chats) ParticipantBasic.chats(List<ConversationChat> chats) voidParticipant.setChats(List<ConversationChat> chats) voidParticipantBasic.setChats(List<ConversationChat> chats)