CallMediaRecognizeChoiceOptions Class

Definition

The Recognize configurations specific for IVR Choices.

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

Constructors

CallMediaRecognizeChoiceOptions(CommunicationIdentifier, IEnumerable<RecognitionChoice>)

Initializes a new instance of CallMediaRecognizeChoiceOptions.

Properties

Choices

The IvR choices for recognize

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)
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)
TargetParticipant

Target participant of DTFM tone recognition.

(Inherited from CallMediaRecognizeOptions)

Applies to