Uses of Class
com.mypurecloud.sdk.v2.model.MessagingRoutingTransferEvent
Packages that use MessagingRoutingTransferEvent
-
Uses of MessagingRoutingTransferEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MessagingRoutingTransferEventModifier and TypeMethodDescriptionThe id (V4 UUID) used by the external platform to refer to the transfer in subsequent *Transfer events.MessagingRoutingTransferEvent.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationMessagingRoutingTransferEvent.destinationQueueId(String destinationQueueId) The id (V4 UUID) of the desired destination queue that the object communication should be transferred to.MessagingRoutingTransferEvent.eventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventMessagingRoutingTransferEvent.initiatingCommunicationId(String initiatingCommunicationId) Indicates the desired type of transfer.MessagingRoutingTransferEvent.languageId(String languageId) The unique identifier (V4 UUID) for the language that should be used to determine the destination for the conversation.MessagingRoutingTransferEvent.objectCommunicationId(String objectCommunicationId) The id (V4 UUID) of the communication that is being transferred.The unique identifiers (V4 UUID) for the skills that should be used to determine the destination for the conversation.MessagingRoutingTransferEvent.targetCommunicationId(String targetCommunicationId) The id (V4 UUID) of the communication that is being transferred away from.MessagingRoutingTransferEvent.transferType(MessagingRoutingTransferEvent.TransferTypeEnum transferType) Indicates the desired type of transfer.