public static interface DescribeVocabularyResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeVocabularyResponse.Builder,DescribeVocabularyResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeVocabularyResponse.Builder |
vocabulary(Consumer<Vocabulary.Builder> vocabulary)
A list of specific words that you want Contact Lens for Amazon Connect to recognize in your audio input.
|
DescribeVocabularyResponse.Builder |
vocabulary(Vocabulary vocabulary)
A list of specific words that you want Contact Lens for Amazon Connect to recognize in your audio input.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeVocabularyResponse.Builder vocabulary(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.default DescribeVocabularyResponse.Builder vocabulary(Consumer<Vocabulary.Builder> 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.
This is a convenience method that creates an instance of theVocabulary.Builder avoiding the need to
create one manually via Vocabulary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to vocabulary(Vocabulary).
vocabulary - a consumer that will call methods on Vocabulary.Buildervocabulary(Vocabulary)Copyright © 2023. All rights reserved.