Uses of Class
com.mypurecloud.sdk.v2.model.ProgressConsultTransferEvent
Packages that use ProgressConsultTransferEvent
-
Uses of ProgressConsultTransferEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ProgressConsultTransferEventModifier and TypeMethodDescriptionProgressConsultTransferEvent.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationProgressConsultTransferEvent.destinationCommunicationId(String destinationCommunicationId) The id (V4 UUID) of the communication that is being transferred to.ProgressConsultTransferEvent.eventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventProgressConsultTransferEvent.initiatingCommunicationId(String initiatingCommunicationId) The id (V4 UUID) of the communication representing the participant that is initiating the transfer.ProgressConsultTransferEvent.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 ProgressConsultTransferEventModifier and TypeMethodDescriptionBatchConversationEventRequest.getProgressConsultTransferEvents()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ProgressConsultTransferEventModifier and TypeMethodDescriptionBatchConversationEventRequest.progressConsultTransferEvents(List<ProgressConsultTransferEvent> progressConsultTransferEvents) Voice - ProgressConsultTransfer events for this batchvoidBatchConversationEventRequest.setProgressConsultTransferEvents(List<ProgressConsultTransferEvent> progressConsultTransferEvents)