Uses of Class
com.mypurecloud.sdk.v2.model.QueueConversationVideoEventTopicMessage
Packages that use QueueConversationVideoEventTopicMessage
-
Uses of QueueConversationVideoEventTopicMessage in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueueConversationVideoEventTopicMessageModifier and TypeMethodDescriptionQueueConversationVideoEventTopicMessage.afterCallWork(QueueConversationVideoEventTopicAfterCallWork afterCallWork) A communication's after-call work data.QueueConversationVideoEventTopicMessage.afterCallWorkRequired(Boolean afterCallWorkRequired) Indicates if after-call is required for a communication.QueueConversationVideoEventTopicMessage.agentAssistantId(String agentAssistantId) UUID of virtual agent assistant that provide suggestions to the agent participant during the conversation.QueueConversationVideoEventTopicMessage.byoSmsIntegrationId(String byoSmsIntegrationId) QueueConversationVideoEventTopicMessage.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.QueueConversationVideoEventTopicMessage.direction(QueueConversationVideoEventTopicMessage.DirectionEnum direction) Whether a message is inbound or outbound.QueueConversationVideoEventTopicMessage.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.QueueConversationVideoEventTopicMessage.disconnectType(QueueConversationVideoEventTopicMessage.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.QueueConversationVideoEventTopicMessage.engagementSource(String engagementSource) Provide more visibility into what integrations customers are creating with Open Messaging.QueueConversationVideoEventTopicMessage.errorInfo(QueueConversationVideoEventTopicErrorDetails errorInfo) Detailed information about an error response.QueueConversationVideoEventTopicMessage.fromAddress(QueueConversationVideoEventTopicAddress fromAddress) Address and name data for a call endpoint.True if this call is held and the person on this side hears silence.A globally unique identifier for this communication.QueueConversationVideoEventTopicMessage.initialState(QueueConversationVideoEventTopicMessage.InitialStateEnum initialState) QueueConversationVideoEventTopicMessage.journeyContext(QueueConversationVideoEventTopicJourneyContext journeyContext) A subset of the Journey System's data relevant to a part of a conversation (for external linkage and internal usage/context).QueueConversationVideoEventTopicMessage.messages(List<QueueConversationVideoEventTopicMessageDetails> messages) The messages sent on this communication channel.QueueConversationVideoEventTopicMessage.messagesTranscriptUri(String messagesTranscriptUri) the messages transcript file uri.The time when an parked message was parked.The id of the peer communication corresponding to a matching leg for this communication.The source provider of the email.QueueConversationVideoEventTopicMessage.queueMediaSettings(QueueConversationVideoEventTopicQueueMediaSettings queueMediaSettings) Represents the queue setting for this media.QueueConversationVideoEventTopicMessage.recipientCountry(String recipientCountry) Indicates the country where the recipient is associated in ISO 3166-1 alpha-2 format.QueueConversationVideoEventTopicMessage.recipientType(String recipientType) The type of the recipient.QueueConversationVideoEventTopicMessage.resumeTime(Date resumeTime) The time when a parked message should resume.The UUID of the script to use.QueueConversationVideoEventTopicMessage.startHoldTime(Date startHoldTime) The timestamp the email was placed on hold in the cloud clock if the email is currently on hold.QueueConversationVideoEventTopicMessage.state(QueueConversationVideoEventTopicMessage.StateEnum state) QueueConversationVideoEventTopicMessage.toAddress(QueueConversationVideoEventTopicAddress toAddress) Address and name data for a call endpoint.QueueConversationVideoEventTopicMessage.type(QueueConversationVideoEventTopicMessage.TypeEnum type) Indicates the type of message platform from which the message originated.QueueConversationVideoEventTopicMessage.wrapup(QueueConversationVideoEventTopicWrapup wrapup) Call wrap up or disposition data.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type QueueConversationVideoEventTopicMessageMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type QueueConversationVideoEventTopicMessageModifier and TypeMethodDescriptionQueueConversationVideoEventTopicParticipant.messages(List<QueueConversationVideoEventTopicMessage> messages) voidQueueConversationVideoEventTopicParticipant.setMessages(List<QueueConversationVideoEventTopicMessage> messages)