Uses of Class
com.mypurecloud.sdk.v2.model.IvrEstablishedEvent
Packages that use IvrEstablishedEvent
-
Uses of IvrEstablishedEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return IvrEstablishedEventModifier and TypeMethodDescriptionThe automatic number identification if it is available for this conversation.IvrEstablishedEvent.communicationId(String communicationId) A unique Id (V4 UUID) identifying this communicationIvrEstablishedEvent.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationThe dialed number identification if it is available for this conversation.IvrEstablishedEvent.eventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventIvrEstablishedEvent.initialConfiguration(InitialConfiguration initialConfiguration) Metadata about this communication.A displayable name for this IVR, if any is known.IvrEstablishedEvent.ivrPhoneNumber(String ivrPhoneNumber) The phone number for this IVR, if any is knownIvrEstablishedEvent.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 IvrEstablishedEventMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type IvrEstablishedEventModifier and TypeMethodDescriptionBatchConversationEventRequest.ivrEstablishedEvents(List<IvrEstablishedEvent> ivrEstablishedEvents) Voice - IvrEstablished events for this batchvoidBatchConversationEventRequest.setIvrEstablishedEvents(List<IvrEstablishedEvent> ivrEstablishedEvents)