Uses of Class
com.mypurecloud.sdk.v2.model.EmailRoutingEstablishedEvent
Packages that use EmailRoutingEstablishedEvent
-
Uses of EmailRoutingEstablishedEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EmailRoutingEstablishedEventModifier and TypeMethodDescriptionEmailRoutingEstablishedEvent.communicationId(String communicationId) A unique Id (V4 UUID) identifying this communication.EmailRoutingEstablishedEvent.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationEmailRoutingEstablishedEvent.eventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventEmailRoutingEstablishedEvent.initialConfiguration(EmailInitialConfiguration initialConfiguration) Metadata about this communication.An optional label that categorizes the conversation.EmailRoutingEstablishedEvent.languageId(String languageId) The unique identifier for the language that should be used to determine the destination for the conversation.The id of the queue that is routing this conversation.The unique identifiers for the skills that should be used to determine the destination for the conversation.EmailRoutingEstablishedEvent.sourceConfiguration(SourceConfiguration sourceConfiguration) Metadata about the source of this communication's interaction.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type EmailRoutingEstablishedEventModifier and TypeMethodDescriptionBatchConversationEventRequest.getEmailRoutingEstablishedEvents()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type EmailRoutingEstablishedEventModifier and TypeMethodDescriptionBatchConversationEventRequest.emailRoutingEstablishedEvents(List<EmailRoutingEstablishedEvent> emailRoutingEstablishedEvents) Email - EmailRoutingEstablishedEvent events for this batchvoidBatchConversationEventRequest.setEmailRoutingEstablishedEvents(List<EmailRoutingEstablishedEvent> emailRoutingEstablishedEvents)