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