Class ContinuousDtmfRecognitionOptions

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

public final class ContinuousDtmfRecognitionOptions extends Object
The ContinuousDtmfRecognitionOptions model.
  • Constructor Details

    • ContinuousDtmfRecognitionOptions

      public ContinuousDtmfRecognitionOptions(CommunicationIdentifier targetParticipant)
      Constructor to build ContinuousDtmfRecognitionOptions object
      Parameters:
      targetParticipant - The target communication identifier.
  • Method Details

    • getTargetParticipant

      public CommunicationIdentifier getTargetParticipant()
      Get the targetParticipant property.
      Returns:
      the targetParticipant value.
    • getOperationContext

      public String getOperationContext()
      Get the operationContext property.
      Returns:
      the operationContext value.
    • setOperationContext

      public ContinuousDtmfRecognitionOptions setOperationContext(String operationContext)
      Set the operationContext property.
      Parameters:
      operationContext - the operationContext value to set.
      Returns:
      the PlayOptionsInternal object itself.
    • getOperationCallbackUrl

      public String getOperationCallbackUrl()
      Get the overridden call back URL override for operation.
      Returns:
      the operationCallbackUrl
    • setOperationCallbackUrl

      public ContinuousDtmfRecognitionOptions setOperationCallbackUrl(String operationCallbackUrl)
      Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation. This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.
      Parameters:
      operationCallbackUrl - the operationCallbackUrl to set
      Returns:
      the ContinuousDtmfRecognitionOptions object itself.