public class DescribeVocabularyResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribeVocabularyResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.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.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeVocabularyResult |
withVocabulary(Vocabulary vocabulary)
A list of specific words that you want Contact Lens for Amazon Connect to
recognize in your audio input.
|
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.
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 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 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.
Returns a reference to this object so that method calls can be chained together.
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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object