azure-docs-sdk-java/docs-ref-autogen/com.azure.communication.cal...

108 строки
7.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.communication.callautomation.models.RecognitionChoice"
fullName: "com.azure.communication.callautomation.models.RecognitionChoice"
name: "RecognitionChoice"
nameWithType: "RecognitionChoice"
summary: "The Recognition<wbr>Choice model."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **RecognitionChoice**"
constructors:
- uid: "com.azure.communication.callautomation.models.RecognitionChoice.RecognitionChoice()"
fullName: "com.azure.communication.callautomation.models.RecognitionChoice.RecognitionChoice()"
name: "RecognitionChoice()"
nameWithType: "RecognitionChoice.RecognitionChoice()"
syntax: "public RecognitionChoice()"
methods:
- uid: "com.azure.communication.callautomation.models.RecognitionChoice.getLabel()"
fullName: "com.azure.communication.callautomation.models.RecognitionChoice.getLabel()"
name: "getLabel()"
nameWithType: "RecognitionChoice.getLabel()"
summary: "Get the label property: Identifier for a given choice."
syntax: "public String getLabel()"
desc: "Get the label property: Identifier for a given choice."
returns:
description: "the label value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.communication.callautomation.models.RecognitionChoice.getPhrases()"
fullName: "com.azure.communication.callautomation.models.RecognitionChoice.getPhrases()"
name: "getPhrases()"
nameWithType: "RecognitionChoice.getPhrases()"
summary: "Get the phrases property: List of phrases to recognize."
syntax: "public List<String> getPhrases()"
desc: "Get the phrases property: List of phrases to recognize."
returns:
description: "the phrases value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.communication.callautomation.models.RecognitionChoice.getTone()"
fullName: "com.azure.communication.callautomation.models.RecognitionChoice.getTone()"
name: "getTone()"
nameWithType: "RecognitionChoice.getTone()"
summary: "Get the tone property: The tone property."
syntax: "public DtmfTone getTone()"
desc: "Get the tone property: The tone property."
returns:
description: "the tone value."
type: "<xref href=\"com.azure.communication.callautomation.models.DtmfTone?alt=com.azure.communication.callautomation.models.DtmfTone&text=DtmfTone\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.callautomation.models.RecognitionChoice.setLabel(java.lang.String)"
fullName: "com.azure.communication.callautomation.models.RecognitionChoice.setLabel(String label)"
name: "setLabel(String label)"
nameWithType: "RecognitionChoice.setLabel(String label)"
summary: "Set the label property: Identifier for a given choice."
parameters:
- description: "the label value to set."
name: "label"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public RecognitionChoice setLabel(String label)"
desc: "Set the label property: Identifier for a given choice."
returns:
description: "the RecognitionChoice object itself."
type: "<xref href=\"com.azure.communication.callautomation.models.RecognitionChoice?alt=com.azure.communication.callautomation.models.RecognitionChoice&text=RecognitionChoice\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.callautomation.models.RecognitionChoice.setPhrases(java.util.List<java.lang.String>)"
fullName: "com.azure.communication.callautomation.models.RecognitionChoice.setPhrases(List<String> phrases)"
name: "setPhrases(List<String> phrases)"
nameWithType: "RecognitionChoice.setPhrases(List<String> phrases)"
summary: "Set the phrases property: The phrases property."
parameters:
- description: "the phrases value to set."
name: "phrases"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public RecognitionChoice setPhrases(List<String> phrases)"
desc: "Set the phrases property: The phrases property."
returns:
description: "the RecognitionChoice object itself."
type: "<xref href=\"com.azure.communication.callautomation.models.RecognitionChoice?alt=com.azure.communication.callautomation.models.RecognitionChoice&text=RecognitionChoice\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.callautomation.models.RecognitionChoice.setTone(com.azure.communication.callautomation.models.DtmfTone)"
fullName: "com.azure.communication.callautomation.models.RecognitionChoice.setTone(DtmfTone tone)"
name: "setTone(DtmfTone tone)"
nameWithType: "RecognitionChoice.setTone(DtmfTone tone)"
summary: "Set the tone property: The tone property."
parameters:
- description: "the tone value to set."
name: "tone"
type: "<xref href=\"com.azure.communication.callautomation.models.DtmfTone?alt=com.azure.communication.callautomation.models.DtmfTone&text=DtmfTone\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RecognitionChoice setTone(DtmfTone tone)"
desc: "Set the tone property: The tone property."
returns:
description: "the RecognitionChoice object itself."
type: "<xref href=\"com.azure.communication.callautomation.models.RecognitionChoice?alt=com.azure.communication.callautomation.models.RecognitionChoice&text=RecognitionChoice\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The RecognitionChoice model."
metadata: {}
package: "com.azure.communication.callautomation.models"
artifact: com.azure:azure-communication-callautomation:1.2.4