Uses of Class
com.azure.communication.callautomation.models.ConnectCallOptions
Packages that use ConnectCallOptions
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of ConnectCallOptions in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation with parameters of type ConnectCallOptionsModifier and TypeMethodDescriptionMono<com.azure.core.http.rest.Response<ConnectCallResult>> CallAutomationAsyncClient.connectCallWithResponse(ConnectCallOptions connectCallOptions) Create a connect request.com.azure.core.http.rest.Response<ConnectCallResult> CallAutomationClient.connectCallWithResponse(ConnectCallOptions connectCallOptions, com.azure.core.util.Context context) Create a connect request. -
Uses of ConnectCallOptions in com.azure.communication.callautomation.models
Methods in com.azure.communication.callautomation.models that return ConnectCallOptionsModifier and TypeMethodDescriptionConnectCallOptions.setCallIntelligenceOptions(CallIntelligenceOptions callIntelligenceOptions) Set the CallIntelligenceOptions property: AI options for the call such as cognitiveServicesEndpointConnectCallOptions.setOperationContext(String operationContext) Sets the operation context.