CallIntelligenceOptions Class
- java.
lang. Object - com.
azure. communication. callautomation. models. CallIntelligenceOptions
- com.
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 cognitive |
|
Call |
setCognitiveServicesEndpoint(String cognitiveServicesEndpoint)
Set the cognitive |
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:
setCognitiveServicesEndpoint
public CallIntelligenceOptions setCognitiveServicesEndpoint(String cognitiveServicesEndpoint)
Set the cognitiveServicesEndpoint property: The endpoint URL of the Azure Cognitive Services resource attached.
Parameters:
Returns: