| 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()
The custom vocabulary item list of the bot to batch create the custom vocabulary item for.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCreateCustomVocabularyItemRequest |
BatchCreateCustomVocabularyItemRequest.withCustomVocabularyItemList(NewCustomVocabularyItem... customVocabularyItemList)
The custom vocabulary item list of the bot to batch create the custom vocabulary item for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchCreateCustomVocabularyItemRequest.setCustomVocabularyItemList(Collection<NewCustomVocabularyItem> customVocabularyItemList)
The custom vocabulary item list of the bot to batch create the custom vocabulary item for.
|
BatchCreateCustomVocabularyItemRequest |
BatchCreateCustomVocabularyItemRequest.withCustomVocabularyItemList(Collection<NewCustomVocabularyItem> customVocabularyItemList)
The custom vocabulary item list of the bot to batch create the custom vocabulary item for.
|
Copyright © 2023. All rights reserved.