Uses of Class
com.mypurecloud.sdk.v2.model.RoutingEstablishedEvent
Packages that use RoutingEstablishedEvent
-
Uses of RoutingEstablishedEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RoutingEstablishedEventModifier and TypeMethodDescriptionThe automatic number identification if it is available for this conversation.RoutingEstablishedEvent.communicationId(String communicationId) A unique Id (V4 UUID) identifying this communicationRoutingEstablishedEvent.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationThe dialed number identification if it is available for this conversation.RoutingEstablishedEvent.eventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventRoutingEstablishedEvent.initialConfiguration(InitialConfiguration initialConfiguration) Metadata about this communication.RoutingEstablishedEvent.languageId(String languageId) The unique identifier (V4 UUID) for the language that should be used to determine the destination for the conversation.RoutingEstablishedEvent.phoneNumber(String phoneNumber) Identifies the phone number used to reach this queue if it is different from the information that would be accessed by queueId.The id (V4 UUID) of the queue that is routing this conversation.The unique identifiers (V4 UUID) for the skills that should be used to determine the destination for the conversation.RoutingEstablishedEvent.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 RoutingEstablishedEventMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type RoutingEstablishedEventModifier and TypeMethodDescriptionBatchConversationEventRequest.routingEstablishedEvents(List<RoutingEstablishedEvent> routingEstablishedEvents) Voice - RoutingEstablished events for this batchvoidBatchConversationEventRequest.setRoutingEstablishedEvents(List<RoutingEstablishedEvent> routingEstablishedEvents)