Uses of Class
com.mypurecloud.sdk.v2.model.CommunicationAnsweredEvent
Packages that use CommunicationAnsweredEvent
-
Uses of CommunicationAnsweredEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CommunicationAnsweredEventModifier and TypeMethodDescriptionCommunicationAnsweredEvent.communicationId(String communicationId) A unique Id (V4 UUID) identifying this communicationCommunicationAnsweredEvent.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationCommunicationAnsweredEvent.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 CommunicationAnsweredEventMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type CommunicationAnsweredEventModifier and TypeMethodDescriptionBatchConversationEventRequest.communicationAnsweredEvents(List<CommunicationAnsweredEvent> communicationAnsweredEvents) Voice - CommunicationAnswered events for this batchvoidBatchConversationEventRequest.setCommunicationAnsweredEvents(List<CommunicationAnsweredEvent> communicationAnsweredEvents)