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