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