Uses of Class
com.mypurecloud.sdk.v2.model.EmailCommunicationAnsweredEvent
Packages that use EmailCommunicationAnsweredEvent
-
Uses of EmailCommunicationAnsweredEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EmailCommunicationAnsweredEventModifier and TypeMethodDescriptionEmailCommunicationAnsweredEvent.communicationId(String communicationId) A unique Id (V4 UUID) identifying this communicationEmailCommunicationAnsweredEvent.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationEmailCommunicationAnsweredEvent.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 EmailCommunicationAnsweredEventModifier and TypeMethodDescriptionBatchConversationEventRequest.getEmailCommunicationAnsweredEvents()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type EmailCommunicationAnsweredEventModifier and TypeMethodDescriptionBatchConversationEventRequest.emailCommunicationAnsweredEvents(List<EmailCommunicationAnsweredEvent> emailCommunicationAnsweredEvents) Email - EmailCommunicationAnsweredEvent events for this batchvoidBatchConversationEventRequest.setEmailCommunicationAnsweredEvents(List<EmailCommunicationAnsweredEvent> emailCommunicationAnsweredEvents)