Uses of Class
com.azure.messaging.eventgrid.systemevents.AcsIncomingCallEventData
Packages that use AcsIncomingCallEventData
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of AcsIncomingCallEventData in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return AcsIncomingCallEventDataModifier and TypeMethodDescriptionAcsIncomingCallEventData.setCallerDisplayName(String callerDisplayName) Set the callerDisplayName property: Display name of caller.AcsIncomingCallEventData.setCorrelationId(String correlationId) Set the correlationId property: CorrelationId (CallId).AcsIncomingCallEventData.setCustomContext(AcsIncomingCallCustomContext customContext) Set the customContext property: Custom Context of Incoming Call.AcsIncomingCallEventData.setFromCommunicationIdentifier(CommunicationIdentifierModel fromCommunicationIdentifier) Set the fromCommunicationIdentifier property: The communication identifier of the user who initiated the call.AcsIncomingCallEventData.setIncomingCallContext(String incomingCallContext) Set the incomingCallContext property: Signed incoming call context.AcsIncomingCallEventData.setServerCallId(String serverCallId) Set the serverCallId property: The Id of the server call.AcsIncomingCallEventData.setToCommunicationIdentifier(CommunicationIdentifierModel toCommunicationIdentifier) Set the toCommunicationIdentifier property: The communication identifier of the target user.