Class CallIntelligenceOptions
java.lang.Object
com.azure.communication.callautomation.models.CallIntelligenceOptions
AI options for the call.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the cognitiveServicesEndpoint property: The endpoint URL of the Azure Cognitive Services resource attached.setCognitiveServicesEndpoint(String cognitiveServicesEndpoint) Set the cognitiveServicesEndpoint property: The endpoint URL of the Azure Cognitive Services resource attached.
-
Constructor Details
-
CallIntelligenceOptions
public CallIntelligenceOptions()
-
-
Method Details
-
getCognitiveServicesEndpoint
Get the cognitiveServicesEndpoint property: The endpoint URL of the Azure Cognitive Services resource attached.- Returns:
- the cognitiveServicesEndpoint value.
-
setCognitiveServicesEndpoint
Set the cognitiveServicesEndpoint property: The endpoint URL of the Azure Cognitive Services resource attached.- Parameters:
cognitiveServicesEndpoint- the cognitiveServicesEndpoint value to set.- Returns:
- the CreateGroupCallOptions object itself.
-