Package com.mypurecloud.sdk.v2.model
Class RoutingEstablishedEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.RoutingEstablishedEvent
- All Implemented Interfaces:
Serializable
RoutingEstablishedEvent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe automatic number identification if it is available for this conversation.communicationId(String communicationId) A unique Id (V4 UUID) identifying this communicationconversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationThe dialed number identification if it is available for this conversation.booleaneventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventgetAni()getDnis()inthashCode()initialConfiguration(InitialConfiguration initialConfiguration) Metadata about this communication.languageId(String languageId) The unique identifier (V4 UUID) for the language that should be used to determine the destination for the conversation.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.voidvoidsetCommunicationId(String communicationId) voidsetConversationId(String conversationId) voidvoidsetEventDateTime(Date eventDateTime) voidsetEventId(String eventId) voidsetInitialConfiguration(InitialConfiguration initialConfiguration) voidsetLanguageId(String languageId) voidsetPhoneNumber(String phoneNumber) voidsetQueueId(String queueId) voidsetSkillIds(List<String> skillIds) voidsetSourceConfiguration(SourceConfiguration sourceConfiguration) The unique identifiers (V4 UUID) for the skills that should be used to determine the destination for the conversation.sourceConfiguration(SourceConfiguration sourceConfiguration) Metadata about the source of this communication's interaction.toString()
-
Constructor Details
-
RoutingEstablishedEvent
public RoutingEstablishedEvent() -
RoutingEstablishedEvent
-
-
Method Details
-
eventId
A unique (V4 UUID) eventId for this event -
getEventId
-
setEventId
-
eventDateTime
A Date Time representing the time this event occurred. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getEventDateTime
-
setEventDateTime
-
conversationId
A unique Id (V4 UUID) identifying this conversation -
getConversationId
-
setConversationId
-
communicationId
A unique Id (V4 UUID) identifying this communication -
getCommunicationId
-
setCommunicationId
-
phoneNumber
Identifies the phone number used to reach this queue if it is different from the information that would be accessed by queueId. -
getPhoneNumber
-
setPhoneNumber
-
queueId
The id (V4 UUID) of the queue that is routing this conversation. -
getQueueId
-
setQueueId
-
ani
The automatic number identification if it is available for this conversation. -
getAni
-
setAni
-
dnis
The dialed number identification if it is available for this conversation. -
getDnis
-
setDnis
-
skillIds
The unique identifiers (V4 UUID) for the skills that should be used to determine the destination for the conversation. -
getSkillIds
-
setSkillIds
-
languageId
The unique identifier (V4 UUID) for the language that should be used to determine the destination for the conversation. -
getLanguageId
-
setLanguageId
-
initialConfiguration
Metadata about this communication. -
getInitialConfiguration
-
setInitialConfiguration
-
sourceConfiguration
Metadata about the source of this communication's interaction. -
getSourceConfiguration
-
setSourceConfiguration
-
equals
-
hashCode
public int hashCode() -
toString
-