Uses of Class
com.mypurecloud.sdk.v2.model.CommunicationEndedEvent
Packages that use CommunicationEndedEvent
-
Uses of CommunicationEndedEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CommunicationEndedEventModifier and TypeMethodDescriptionCommunicationEndedEvent.communicationId(String communicationId) A unique Id (V4 UUID) identifying this communicationCommunicationEndedEvent.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationCommunicationEndedEvent.destinationConversationId(String destinationConversationId) The id (V4 UUID) of the conversation that the communication is being moved to when conversations are merged.CommunicationEndedEvent.disconnectType(CommunicationEndedEvent.DisconnectTypeEnum disconnectType) Indicates how this communication was ended.CommunicationEndedEvent.eventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type CommunicationEndedEventMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type CommunicationEndedEventModifier and TypeMethodDescriptionBatchConversationEventRequest.communicationEndedEvents(List<CommunicationEndedEvent> communicationEndedEvents) Voice - CommunicationEnded events for this batchvoidBatchConversationEventRequest.setCommunicationEndedEvents(List<CommunicationEndedEvent> communicationEndedEvents)