CallMediaRecognizeDtmfOptions Class

Definition

The Recognize configurations specific for Dtmf.

public class CallMediaRecognizeDtmfOptions : Azure.Communication.CallAutomation.CallMediaRecognizeOptions
type CallMediaRecognizeDtmfOptions = class
    inherit CallMediaRecognizeOptions
Public Class CallMediaRecognizeDtmfOptions
Inherits CallMediaRecognizeOptions
Inheritance
CallMediaRecognizeDtmfOptions

Constructors

CallMediaRecognizeDtmfOptions(CommunicationIdentifier, Int32)

Initializes a new instance of CallMediaRecognizeDtmfOptions.

Properties

InitialSilenceTimeout

Time to wait for first input after prompt (if any). If not provided, a default of 5 seconds is set.

(Inherited from CallMediaRecognizeOptions)
InputType

Recognize Input Type.

(Inherited from CallMediaRecognizeOptions)
InterruptCallMediaOperation

Interrupt current call media operation.

(Inherited from CallMediaRecognizeOptions)
InterruptPrompt

Determines if we interrupt the prompt and start recognizing.

(Inherited from CallMediaRecognizeOptions)
InterToneTimeout

Time to wait between DTMF inputs to stop recognizing. If not provided, a default of 2 seconds is set.

MaxTonesToCollect

Maximum number of DTMF tones to be collected.

OperationCallbackUri

The 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.

(Inherited from CallMediaRecognizeOptions)
OperationContext

Operation Context.

(Inherited from CallMediaRecognizeOptions)
Prompt

PlaySource information.

(Inherited from CallMediaRecognizeOptions)
SpeechLanguage

Speech language to be recognized, If not set default is en-US.

(Inherited from CallMediaRecognizeOptions)
SpeechModelEndpointId

Endpoint where the speech custom model was deployed.

(Inherited from CallMediaRecognizeOptions)
StopTones

List of tones that will stop recognizing.

TargetParticipant

Target participant of DTFM tone recognition.

(Inherited from CallMediaRecognizeOptions)

Applies to