Class CallIntelligenceOptions

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

public final class CallIntelligenceOptions extends Object
AI options for the call.
  • Constructor Details

    • CallIntelligenceOptions

      public 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 CreateGroupCallOptions object itself.