Package com.mypurecloud.sdk.v2.model
Class IvrEstablishedEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.IvrEstablishedEvent
- All Implemented Interfaces:
Serializable
IvrEstablishedEvent
- 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.A displayable name for this IVR, if any is known.ivrPhoneNumber(String ivrPhoneNumber) The phone number for this IVR, if any is knownvoidvoidsetCommunicationId(String communicationId) voidsetConversationId(String conversationId) voidvoidsetEventDateTime(Date eventDateTime) voidsetEventId(String eventId) voidsetInitialConfiguration(InitialConfiguration initialConfiguration) voidsetIvrName(String ivrName) voidsetIvrPhoneNumber(String ivrPhoneNumber) voidsetSourceConfiguration(SourceConfiguration sourceConfiguration) sourceConfiguration(SourceConfiguration sourceConfiguration) Metadata about the source of this communication's interaction.toString()
-
Constructor Details
-
IvrEstablishedEvent
public IvrEstablishedEvent() -
IvrEstablishedEvent
-
-
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
-
ivrPhoneNumber
The phone number for this IVR, if any is known -
getIvrPhoneNumber
-
setIvrPhoneNumber
-
ivrName
A displayable name for this IVR, if any is known. -
getIvrName
-
setIvrName
-
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
-
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
-