Class CreateCallOptions
java.lang.Object
com.azure.communication.callautomation.models.CreateCallOptions
The options for creating a p2p call.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the call back uri.Get the CallIntelligenceOptions property: AI options for the call such as cognitiveServicesEndpointGet Call invitee informationGet the operationContext: A customer set value used to track the answering of a call.setCallIntelligenceOptions(CallIntelligenceOptions callIntelligenceOptions) Set the CallIntelligenceOptions property: AI options for the call such as cognitiveServicesEndpointsetOperationContext(String operationContext) Set the operationContext: A customer set value used to track the answering of a call.
-
Constructor Details
-
CreateCallOptions
Constructor- Parameters:
callInvite- Call invitee information.callbackUrl- The call back URI.
-
-
Method Details
-
getOperationContext
Get the operationContext: A customer set value used to track the answering of a call.- Returns:
- the operationContext value.
-
setOperationContext
Set the operationContext: A customer set value used to track the answering of a call.- Parameters:
operationContext- A customer set value used to track the answering of a call.- Returns:
- the CreateCallOptions object itself.
-
getCallInvite
Get Call invitee information- Returns:
- call invitee information
-
getCallbackUrl
Get the call back uri.- Returns:
- the call back uri.
-
getCallIntelligenceOptions
Get the CallIntelligenceOptions property: AI options for the call such as cognitiveServicesEndpoint- Returns:
- the callIntelligenceOptions value.
-
setCallIntelligenceOptions
public CreateCallOptions setCallIntelligenceOptions(CallIntelligenceOptions callIntelligenceOptions) Set the CallIntelligenceOptions property: AI options for the call such as cognitiveServicesEndpoint- Parameters:
callIntelligenceOptions- the cognitiveServicesEndpoint value to set.- Returns:
- the CreateCallOptions object itself.
-