Uses of Class
com.mypurecloud.sdk.v2.model.QueueConversationEventTopicInternalMessage
Packages that use QueueConversationEventTopicInternalMessage
-
Uses of QueueConversationEventTopicInternalMessage in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueueConversationEventTopicInternalMessageModifier and TypeMethodDescriptionQueueConversationEventTopicInternalMessage.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.QueueConversationEventTopicInternalMessage.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.QueueConversationEventTopicInternalMessage.disconnectType(QueueConversationEventTopicInternalMessage.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.QueueConversationEventTopicInternalMessage.fromAddress(QueueConversationEventTopicAddress fromAddress) Address and name data for a call endpoint.A globally unique identifier for this communication.QueueConversationEventTopicInternalMessage.initialState(QueueConversationEventTopicInternalMessage.InitialStateEnum initialState) QueueConversationEventTopicInternalMessage.messages(List<QueueConversationEventTopicInternalMessageDetails> 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.QueueConversationEventTopicInternalMessage.sourceUserId(String sourceUserId) The user ID for the participant on sending side of the internal message conversation.QueueConversationEventTopicInternalMessage.state(QueueConversationEventTopicInternalMessage.StateEnum state) QueueConversationEventTopicInternalMessage.targetUserId(String targetUserId) The user ID for the participant on receiving side of the internal message conversation.QueueConversationEventTopicInternalMessage.toAddress(QueueConversationEventTopicAddress toAddress) Address and name data for a call endpoint.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type QueueConversationEventTopicInternalMessageMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type QueueConversationEventTopicInternalMessageModifier and TypeMethodDescriptionQueueConversationEventTopicParticipant.internalMessages(List<QueueConversationEventTopicInternalMessage> internalMessages) voidQueueConversationEventTopicParticipant.setInternalMessages(List<QueueConversationEventTopicInternalMessage> internalMessages)