Uses of Class
com.azure.communication.callautomation.models.AnswerCallOptions
Packages that use AnswerCallOptions
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of AnswerCallOptions in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation with parameters of type AnswerCallOptionsModifier and TypeMethodDescriptionMono<com.azure.core.http.rest.Response<AnswerCallResult>> CallAutomationAsyncClient.answerCallWithResponse(AnswerCallOptions answerCallOptions) Create a call connection request from a source identity to a target identity.com.azure.core.http.rest.Response<AnswerCallResult> CallAutomationClient.answerCallWithResponse(AnswerCallOptions answerCallOptions, com.azure.core.util.Context context) Create a call connection request from a source identity to a target identity. -
Uses of AnswerCallOptions in com.azure.communication.callautomation.models
Methods in com.azure.communication.callautomation.models that return AnswerCallOptionsModifier and TypeMethodDescriptionAnswerCallOptions.setCallIntelligenceOptions(CallIntelligenceOptions callIntelligenceOptions) Set the CallIntelligenceOptions property: AI options for the call such as cognitiveServicesEndpointAnswerCallOptions.setOperationContext(String operationContext) Set the operationContext.