Uses of Class
com.azure.communication.callautomation.models.RecognitionChoice
Packages that use RecognitionChoice
Package
Description
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of RecognitionChoice in com.azure.communication.callautomation.models
Methods in com.azure.communication.callautomation.models that return RecognitionChoiceModifier and TypeMethodDescriptionstatic RecognitionChoiceRecognitionChoice.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CallConnectionPropertiesInternal from the JsonReader.Set the label property: Identifier for a given choice.RecognitionChoice.setPhrases(List<String> phrases) Set the phrases property: The phrases property.Set the tone property: The tone property.Methods in com.azure.communication.callautomation.models that return types with arguments of type RecognitionChoiceModifier and TypeMethodDescriptionCallMediaRecognizeChoiceOptions.getChoices()Get the list of recognition choices.Constructor parameters in com.azure.communication.callautomation.models with type arguments of type RecognitionChoiceModifierConstructorDescriptionCallMediaRecognizeChoiceOptions(CommunicationIdentifier targetParticipant, List<RecognitionChoice> choices) Initializes a CallMediaRecognizeDtmfOptions object.