@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVocabularyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeVocabularyResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeVocabularyResult |
clone() |
boolean |
equals(Object obj) |
Vocabulary |
getVocabulary()
A list of specific words that you want Contact Lens for Amazon Connect to recognize in your audio input.
|
int |
hashCode() |
void |
setVocabulary(Vocabulary vocabulary)
A list of specific words that you want Contact Lens for Amazon Connect to recognize in your audio input.
|
String |
toString()
Returns a string representation of this object.
|
DescribeVocabularyResult |
withVocabulary(Vocabulary vocabulary)
A list of specific words that you want Contact Lens for Amazon Connect to recognize in your audio input.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setVocabulary(Vocabulary vocabulary)
A list of specific words that you want Contact Lens for Amazon Connect to recognize in your audio input. They are generally domain-specific words and phrases, words that Contact Lens is not recognizing, or proper nouns.
vocabulary - A list of specific words that you want Contact Lens for Amazon Connect to recognize in your audio input.
They are generally domain-specific words and phrases, words that Contact Lens is not recognizing, or
proper nouns.public Vocabulary getVocabulary()
A list of specific words that you want Contact Lens for Amazon Connect to recognize in your audio input. They are generally domain-specific words and phrases, words that Contact Lens is not recognizing, or proper nouns.
public DescribeVocabularyResult withVocabulary(Vocabulary vocabulary)
A list of specific words that you want Contact Lens for Amazon Connect to recognize in your audio input. They are generally domain-specific words and phrases, words that Contact Lens is not recognizing, or proper nouns.
vocabulary - A list of specific words that you want Contact Lens for Amazon Connect to recognize in your audio input.
They are generally domain-specific words and phrases, words that Contact Lens is not recognizing, or
proper nouns.public String toString()
toString in class ObjectObject.toString()public DescribeVocabularyResult clone()