Uses of Class
com.azure.communication.callautomation.models.CreateCallOptions
Packages that use CreateCallOptions
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of CreateCallOptions in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation with parameters of type CreateCallOptionsModifier and TypeMethodDescriptionMono<com.azure.core.http.rest.Response<CreateCallResult>> CallAutomationAsyncClient.createCallWithResponse(CreateCallOptions createCallOptions) Create a call connection request from a source identity to a target identity.com.azure.core.http.rest.Response<CreateCallResult> CallAutomationClient.createCallWithResponse(CreateCallOptions createCallOptions, com.azure.core.util.Context context) Create a call connection request from a source identity to a target identity. -
Uses of CreateCallOptions in com.azure.communication.callautomation.models
Methods in com.azure.communication.callautomation.models that return CreateCallOptionsModifier and TypeMethodDescriptionCreateCallOptions.setCallIntelligenceOptions(CallIntelligenceOptions callIntelligenceOptions) Set the CallIntelligenceOptions property: AI options for the call such as cognitiveServicesEndpointCreateCallOptions.setOperationContext(String operationContext) Set the operationContext: A customer set value used to track the answering of a call.