| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Vocabulary |
Vocabulary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Vocabulary |
Vocabulary.clearTagsEntries()
Removes all the entries added into Tags.
|
Vocabulary |
Vocabulary.clone() |
Vocabulary |
DescribeVocabularyResult.getVocabulary()
A list of specific words that you want Contact Lens for Amazon Connect to recognize in your audio input.
|
Vocabulary |
Vocabulary.withArn(String arn)
The Amazon Resource Name (ARN) of the custom vocabulary.
|
Vocabulary |
Vocabulary.withContent(String content)
The content of the custom vocabulary in plain-text format with a table of values.
|
Vocabulary |
Vocabulary.withFailureReason(String failureReason)
The reason why the custom vocabulary was not created.
|
Vocabulary |
Vocabulary.withId(String id)
The identifier of the custom vocabulary.
|
Vocabulary |
Vocabulary.withLanguageCode(String languageCode)
The language code of the vocabulary entries.
|
Vocabulary |
Vocabulary.withLanguageCode(VocabularyLanguageCode languageCode)
The language code of the vocabulary entries.
|
Vocabulary |
Vocabulary.withLastModifiedTime(Date lastModifiedTime)
The timestamp when the custom vocabulary was last modified.
|
Vocabulary |
Vocabulary.withName(String name)
A unique name of the custom vocabulary.
|
Vocabulary |
Vocabulary.withState(String state)
The current state of the custom vocabulary.
|
Vocabulary |
Vocabulary.withState(VocabularyState state)
The current state of the custom vocabulary.
|
Vocabulary |
Vocabulary.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeVocabularyResult.setVocabulary(Vocabulary vocabulary)
A list of specific words that you want Contact Lens for Amazon Connect to recognize in your audio input.
|
DescribeVocabularyResult |
DescribeVocabularyResult.withVocabulary(Vocabulary vocabulary)
A list of specific words that you want Contact Lens for Amazon Connect to recognize in your audio input.
|
Copyright © 2024. All rights reserved.