Uses of Class
com.mypurecloud.sdk.v2.model.ConversationEventTopicInternalMessage
Packages that use ConversationEventTopicInternalMessage
-
Uses of ConversationEventTopicInternalMessage in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConversationEventTopicInternalMessageModifier and TypeMethodDescriptionConversationEventTopicInternalMessage.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.ConversationEventTopicInternalMessage.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.ConversationEventTopicInternalMessage.disconnectType(ConversationEventTopicInternalMessage.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.ConversationEventTopicInternalMessage.fromAddress(ConversationEventTopicAddress fromAddress) Address and name data for a call endpoint.A globally unique identifier for this communication.ConversationEventTopicInternalMessage.initialState(ConversationEventTopicInternalMessage.InitialStateEnum initialState) ConversationEventTopicInternalMessage.messages(List<ConversationEventTopicInternalMessageDetails> messages) The messages sent on this communication channel.The id of the peer communication corresponding to a matching leg for this communication.The source provider of the message.ConversationEventTopicInternalMessage.sourceUserId(String sourceUserId) The user ID for the participant on sending side of the internal message conversation.ConversationEventTopicInternalMessage.state(ConversationEventTopicInternalMessage.StateEnum state) ConversationEventTopicInternalMessage.targetUserId(String targetUserId) The user ID for the participant on receiving side of the internal message conversation.ConversationEventTopicInternalMessage.toAddress(ConversationEventTopicAddress toAddress) Address and name data for a call endpoint.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ConversationEventTopicInternalMessageMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ConversationEventTopicInternalMessageModifier and TypeMethodDescriptionConversationEventTopicParticipant.internalMessages(List<ConversationEventTopicInternalMessage> internalMessages) voidConversationEventTopicParticipant.setInternalMessages(List<ConversationEventTopicInternalMessage> internalMessages)