| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Vocabulary.Builder |
Vocabulary.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the custom vocabulary.
|
static Vocabulary.Builder |
Vocabulary.builder() |
Vocabulary.Builder |
Vocabulary.Builder.content(String content)
The content of the custom vocabulary in plain-text format with a table of values.
|
Vocabulary.Builder |
Vocabulary.Builder.failureReason(String failureReason)
The reason why the custom vocabulary was not created.
|
Vocabulary.Builder |
Vocabulary.Builder.id(String id)
The identifier of the custom vocabulary.
|
Vocabulary.Builder |
Vocabulary.Builder.languageCode(String languageCode)
The language code of the vocabulary entries.
|
Vocabulary.Builder |
Vocabulary.Builder.languageCode(VocabularyLanguageCode languageCode)
The language code of the vocabulary entries.
|
Vocabulary.Builder |
Vocabulary.Builder.lastModifiedTime(Instant lastModifiedTime)
The timestamp when the custom vocabulary was last modified.
|
Vocabulary.Builder |
Vocabulary.Builder.name(String name)
A unique name of the custom vocabulary.
|
Vocabulary.Builder |
Vocabulary.Builder.state(String state)
The current state of the custom vocabulary.
|
Vocabulary.Builder |
Vocabulary.Builder.state(VocabularyState state)
The current state of the custom vocabulary.
|
Vocabulary.Builder |
Vocabulary.Builder.tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
Vocabulary.Builder |
Vocabulary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Vocabulary.Builder> |
Vocabulary.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeVocabularyResponse.Builder |
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.
|
Copyright © 2023. All rights reserved.