Uses of Class
com.mypurecloud.sdk.v2.model.PhoneEstablishedEvent
Packages that use PhoneEstablishedEvent
-
Uses of PhoneEstablishedEvent in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PhoneEstablishedEventModifier and TypeMethodDescriptionThe automatic number identification if it is available for this conversation.PhoneEstablishedEvent.communicationId(String communicationId) A unique Id (V4 UUID) identifying this communicationPhoneEstablishedEvent.conversationId(String conversationId) A unique Id (V4 UUID) identifying this conversationThe dialed number identification if it is available for this conversation.PhoneEstablishedEvent.eventDateTime(Date eventDateTime) A Date Time representing the time this event occurred.A unique (V4 UUID) eventId for this eventPhoneEstablishedEvent.initialConfiguration(InitialConfiguration initialConfiguration) Metadata about this communication.PhoneEstablishedEvent.phoneNumber(String phoneNumber) The phone number for this phone.PhoneEstablishedEvent.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 PhoneEstablishedEventMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type PhoneEstablishedEventModifier and TypeMethodDescriptionBatchConversationEventRequest.phoneEstablishedEvents(List<PhoneEstablishedEvent> phoneEstablishedEvents) Voice - PhoneEstablished events for this batchvoidBatchConversationEventRequest.setPhoneEstablishedEvents(List<PhoneEstablishedEvent> phoneEstablishedEvents)