CallIntelligenceOptions Class

  • java.lang.Object
    • com.azure.communication.callautomation.models.CallIntelligenceOptions

public final class CallIntelligenceOptions

AI options for the call.

Constructor Summary

Constructor Description
CallIntelligenceOptions()

Creates an instance of CallIntelligenceOptions.

Method Summary

Modifier and Type Method and Description
String getCognitiveServicesEndpoint()

Get the cognitiveServicesEndpoint property: The endpoint URL of the Azure Cognitive Services resource attached.

CallIntelligenceOptions setCognitiveServicesEndpoint(String cognitiveServicesEndpoint)

Set the cognitiveServicesEndpoint property: The endpoint URL of the Azure Cognitive Services resource attached.

Methods inherited from java.lang.Object

Constructor Details

CallIntelligenceOptions

public CallIntelligenceOptions()

Creates an instance of CallIntelligenceOptions.

Method Details

getCognitiveServicesEndpoint

public String getCognitiveServicesEndpoint()

Get the cognitiveServicesEndpoint property: The endpoint URL of the Azure Cognitive Services resource attached.

Returns:

the cognitiveServicesEndpoint value.

setCognitiveServicesEndpoint

public CallIntelligenceOptions setCognitiveServicesEndpoint(String cognitiveServicesEndpoint)

Set the cognitiveServicesEndpoint property: The endpoint URL of the Azure Cognitive Services resource attached.

Parameters:

cognitiveServicesEndpoint - the cognitiveServicesEndpoint value to set.

Returns:

the CallIntelligenceOptions object itself.

Applies to