Uses of Class
com.mypurecloud.sdk.v2.model.ConsultTransferEvent
Packages that use ConsultTransferEvent
-
Uses of ConsultTransferEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ConsultTransferEventModifier and TypeMethodDescriptionConsultTransferEvent.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationConsultTransferEvent.destinationCommunicationId(String destinationCommunicationId) The id (V4 UUID) of the communication that is being transferred to.ConsultTransferEvent.eventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventConsultTransferEvent.initiatingCommunicationId(String initiatingCommunicationId) The id (V4 UUID) of the communication representing the participant that is initiating the transfer.ConsultTransferEvent.objectCommunicationId(String objectCommunicationId) The id (V4 UUID) of the communication that is being transferred.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ConsultTransferEventMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ConsultTransferEventModifier and TypeMethodDescriptionBatchConversationEventRequest.consultTransferEvents(List<ConsultTransferEvent> consultTransferEvents) Voice - ConsultTransfer events for this batchvoidBatchConversationEventRequest.setConsultTransferEvents(List<ConsultTransferEvent> consultTransferEvents)