Uses of Class
com.azure.communication.callautomation.models.CallMediaRecognizeDtmfOptions
Packages that use CallMediaRecognizeDtmfOptions
Package
Description
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of CallMediaRecognizeDtmfOptions in com.azure.communication.callautomation.models
Methods in com.azure.communication.callautomation.models that return CallMediaRecognizeDtmfOptionsModifier and TypeMethodDescriptionCallMediaRecognizeDtmfOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CallMediaRecognizeDtmfOptions from the JsonReader.CallMediaRecognizeDtmfOptions.setInitialSilenceTimeout(Duration initialSilenceTimeout) Set the initialSilenceTimeout property: Time to wait for first input after prompt (if any).CallMediaRecognizeDtmfOptions.setInterruptCallMediaOperation(Boolean interruptCallMediaOperation) Set the interruptCallMediaOperation property: If set recognize can barge into other existing queued-up/currently-processing requests.CallMediaRecognizeDtmfOptions.setInterruptPrompt(Boolean interruptPrompt) Set the interruptPrompt property: Determines if we interrupt the prompt and start recognizing.CallMediaRecognizeDtmfOptions.setInterToneTimeout(Duration interToneTimeout) Set the interToneTimeout property: Time to wait between DTMF inputs to stop recognizing.CallMediaRecognizeDtmfOptions.setOperationContext(String operationContext) Set the operationContext property: The value to identify context of the operation.CallMediaRecognizeDtmfOptions.setPlayPrompt(PlaySource playPrompt) Set the playPrompt property: The source of the audio to be played for recognition.CallMediaRecognizeDtmfOptions.setRecognizeInputType(RecognizeInputType recognizeInputType) Set the recognizeInputType property: Determines the type of the recognition.CallMediaRecognizeDtmfOptions.setStopCurrentOperations(Boolean stopCurrentOperations) Set the stopCurrentOperations property: If set recognize can barge into other existing queued-up/currently-processing requests.CallMediaRecognizeDtmfOptions.setStopTones(List<DtmfTone> stopDtmfTones) Set the stopTones property: List of tones that will stop recognizing.