Uses of Class
com.mypurecloud.sdk.v2.model.QueueConversationEventTopicMessage
Packages that use QueueConversationEventTopicMessage
-
Uses of QueueConversationEventTopicMessage in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return QueueConversationEventTopicMessageModifier and TypeMethodDescriptionQueueConversationEventTopicMessage.afterCallWork(QueueConversationEventTopicAfterCallWork afterCallWork) A communication's after-call work data.QueueConversationEventTopicMessage.afterCallWorkRequired(Boolean afterCallWorkRequired) Indicates if after-call is required for a communication.QueueConversationEventTopicMessage.agentAssistantId(String agentAssistantId) UUID of virtual agent assistant that provide suggestions to the agent participant during the conversation.QueueConversationEventTopicMessage.byoSmsIntegrationId(String byoSmsIntegrationId) QueueConversationEventTopicMessage.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.QueueConversationEventTopicMessage.direction(QueueConversationEventTopicMessage.DirectionEnum direction) Whether a message is inbound or outbound.QueueConversationEventTopicMessage.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.QueueConversationEventTopicMessage.disconnectType(QueueConversationEventTopicMessage.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.QueueConversationEventTopicMessage.engagementSource(String engagementSource) Provide more visibility into what integrations customers are creating with Open Messaging.QueueConversationEventTopicMessage.errorInfo(QueueConversationEventTopicErrorDetails errorInfo) Detailed information about an error response.QueueConversationEventTopicMessage.fromAddress(QueueConversationEventTopicAddress 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.QueueConversationEventTopicMessage.initialState(QueueConversationEventTopicMessage.InitialStateEnum initialState) QueueConversationEventTopicMessage.journeyContext(QueueConversationEventTopicJourneyContext journeyContext) A subset of the Journey System's data relevant to a part of a conversation (for external linkage and internal usage/context).QueueConversationEventTopicMessage.messages(List<QueueConversationEventTopicMessageDetails> messages) The messages sent on this communication channel.QueueConversationEventTopicMessage.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.QueueConversationEventTopicMessage.queueMediaSettings(QueueConversationEventTopicQueueMediaSettings queueMediaSettings) Represents the queue setting for this media.QueueConversationEventTopicMessage.recipientCountry(String recipientCountry) Indicates the country where the recipient is associated in ISO 3166-1 alpha-2 format.QueueConversationEventTopicMessage.recipientType(String recipientType) The type of the recipient.QueueConversationEventTopicMessage.resumeTime(Date resumeTime) The time when a parked message should resume.The UUID of the script to use.QueueConversationEventTopicMessage.startHoldTime(Date startHoldTime) The timestamp the email was placed on hold in the cloud clock if the email is currently on hold.QueueConversationEventTopicMessage.state(QueueConversationEventTopicMessage.StateEnum state) QueueConversationEventTopicMessage.toAddress(QueueConversationEventTopicAddress toAddress) Address and name data for a call endpoint.QueueConversationEventTopicMessage.type(QueueConversationEventTopicMessage.TypeEnum type) Indicates the type of message platform from which the message originated.QueueConversationEventTopicMessage.wrapup(QueueConversationEventTopicWrapup wrapup) Call wrap up or disposition data.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type QueueConversationEventTopicMessageMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type QueueConversationEventTopicMessageModifier and TypeMethodDescriptionQueueConversationEventTopicParticipant.messages(List<QueueConversationEventTopicMessage> messages) voidQueueConversationEventTopicParticipant.setMessages(List<QueueConversationEventTopicMessage> messages)