Uses of Class
com.mypurecloud.sdk.v2.model.Message
Packages that use Message
-
Uses of Message in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MessageModifier and TypeMethodDescriptionMessage.afterCallWork(AfterCallWork afterCallWork) After-call work for the communication.Message.afterCallWorkRequired(Boolean afterCallWorkRequired) Indicates if after-call work is required for a communication.Message.agentAssistantId(String agentAssistantId) UUID of virtual agent assistant that provide suggestions to the agent participant during the conversation.Message.authenticated(Boolean authenticated) If true, the participant member is authenticated.Message.byoSmsIntegrationId(String byoSmsIntegrationId) The internal id representing the customer supplied sms integration message.Message.connectedTime(Date connectedTime) The timestamp when this communication was connected in the cloud clock.Message.direction(Message.DirectionEnum direction) The direction of the message.Message.disconnectedTime(Date disconnectedTime) The timestamp when this communication disconnected from the conversation in the provider clock.Message.disconnectType(Message.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.Message.engagementSource(Message.EngagementSourceEnum engagementSource) Message.fromAddress(Address 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.Message.initialState(Message.InitialStateEnum initialState) The initial connection state of this communication.Message.journeyContext(JourneyContext journeyContext) A subset of the Journey System's data relevant to a part of a conversation (for external linkage and internal usage/context).Message.messages(List<MessageDetails> messages) The messages sent on this communication channel.Represents the time when an message was put into parked state.The id of the peer communication corresponding to a matching leg for this communication.The source provider for the message.Message.queueMediaSettings(ConversationQueueMediaSettings queueMediaSettings) Represents the queue settings for this media type.Message.recipientCountry(String recipientCountry) Indicates the country where the recipient is associated in ISO 3166-1 alpha-2 format.Message.recipientType(String recipientType) The type of the recipient.Message.recordingId(String recordingId) A globally unique identifier for the recording associated with this message.Message.resumeTime(Date resumeTime) Represents the time when a parked message will resume.The UUID of the script to use.The time line of the participant's message, divided into activity segments.Message.startAlertingTime(Date startAlertingTime) The timestamp the communication has when it is first put into an alerting state.Message.startHoldTime(Date startHoldTime) The timestamp the message was placed on hold in the cloud clock if the message is currently on hold.Message.state(Message.StateEnum state) The connection state of this communication.Address and name data for a call endpoint.Message.type(Message.TypeEnum type) Indicates the type of message platform from which the message originated.Call wrap up or disposition data.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type MessageMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type MessageModifier and TypeMethodDescriptionvoidParticipant.setMessages(List<Message> messages) voidParticipantBasic.setMessages(List<Message> messages)