| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
NewCustomVocabularyItem |
NewCustomVocabularyItem.clone() |
NewCustomVocabularyItem |
NewCustomVocabularyItem.withDisplayAs(String displayAs)
The display as value assigned to the new custom vocabulary item from the custom vocabulary list.
|
NewCustomVocabularyItem |
NewCustomVocabularyItem.withPhrase(String phrase)
The unique phrase for the new custom vocabulary item from the custom vocabulary list.
|
NewCustomVocabularyItem |
NewCustomVocabularyItem.withWeight(Integer weight)
The weight assigned to the new custom vocabulary item from the custom vocabulary list.
|
| Modifier and Type | Method and Description |
|---|---|
List<NewCustomVocabularyItem> |
BatchCreateCustomVocabularyItemRequest.getCustomVocabularyItemList()
A list of new custom vocabulary items.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateCustomVocabularyItemRequest |
BatchCreateCustomVocabularyItemRequest.withCustomVocabularyItemList(NewCustomVocabularyItem... customVocabularyItemList)
A list of new custom vocabulary items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchCreateCustomVocabularyItemRequest.setCustomVocabularyItemList(Collection<NewCustomVocabularyItem> customVocabularyItemList)
A list of new custom vocabulary items.
|
BatchCreateCustomVocabularyItemRequest |
BatchCreateCustomVocabularyItemRequest.withCustomVocabularyItemList(Collection<NewCustomVocabularyItem> customVocabularyItemList)
A list of new custom vocabulary items.
|
Copyright © 2025. All rights reserved.