Uses of Class
com.mypurecloud.sdk.v2.model.EmailRoutingTransferEvent
Packages that use EmailRoutingTransferEvent
-
Uses of EmailRoutingTransferEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EmailRoutingTransferEventModifier and TypeMethodDescriptionThe id (V4 UUID) used by the external platform to refer to the transfer in subsequent *Transfer events.EmailRoutingTransferEvent.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationEmailRoutingTransferEvent.destinationQueueId(String destinationQueueId) The id (V4 UUID) of the desired destination queue that the object communication should be transferred to.EmailRoutingTransferEvent.eventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventEmailRoutingTransferEvent.initiatingCommunicationId(String initiatingCommunicationId) Indicates the desired type of transfer.EmailRoutingTransferEvent.languageId(String languageId) The unique identifier (V4 UUID) for the language that should be used to determine the destination for the conversation.EmailRoutingTransferEvent.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.EmailRoutingTransferEvent.targetCommunicationId(String targetCommunicationId) The id (V4 UUID) of the communication that is being transferred away from.EmailRoutingTransferEvent.transferType(EmailRoutingTransferEvent.TransferTypeEnum transferType) Indicates the desired type of transfer.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type EmailRoutingTransferEventMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type EmailRoutingTransferEventModifier and TypeMethodDescriptionBatchConversationEventRequest.emailRoutingTransferEvents(List<EmailRoutingTransferEvent> emailRoutingTransferEvents) Email - EmailRoutingTransferEvent events for this batchvoidBatchConversationEventRequest.setEmailRoutingTransferEvents(List<EmailRoutingTransferEvent> emailRoutingTransferEvents)