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