| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
CustomVocabularyItem |
CustomVocabularyItem.clone() |
CustomVocabularyItem |
CustomVocabularyItem.withDisplayAs(String displayAs)
The display as value for the custom vocabulary item from the custom vocabulary list.
|
CustomVocabularyItem |
CustomVocabularyItem.withItemId(String itemId)
The unique item identifer for the custom vocabulary item from the custom vocabulary list.
|
CustomVocabularyItem |
CustomVocabularyItem.withPhrase(String phrase)
The unique phrase for the custom vocabulary item from the custom vocabulary list.
|
CustomVocabularyItem |
CustomVocabularyItem.withWeight(Integer weight)
The weight assigned for the custom vocabulary item from the custom vocabulary list.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomVocabularyItem> |
BatchUpdateCustomVocabularyItemRequest.getCustomVocabularyItemList()
The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.
|
List<CustomVocabularyItem> |
ListCustomVocabularyItemsResult.getCustomVocabularyItems()
The custom vocabulary items from the list custom vocabulary response.
|
List<CustomVocabularyItem> |
BatchUpdateCustomVocabularyItemResult.getResources()
The resources of the action to batch update response for the custom vocabulary item.
|
List<CustomVocabularyItem> |
BatchDeleteCustomVocabularyItemResult.getResources()
The resources of the action to batch delete response for the custom vocabulary item.
|
List<CustomVocabularyItem> |
BatchCreateCustomVocabularyItemResult.getResources()
The resources of the action to batch create the custom vocabulary item response for a bot.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateCustomVocabularyItemRequest |
BatchUpdateCustomVocabularyItemRequest.withCustomVocabularyItemList(CustomVocabularyItem... customVocabularyItemList)
The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.
|
ListCustomVocabularyItemsResult |
ListCustomVocabularyItemsResult.withCustomVocabularyItems(CustomVocabularyItem... customVocabularyItems)
The custom vocabulary items from the list custom vocabulary response.
|
BatchUpdateCustomVocabularyItemResult |
BatchUpdateCustomVocabularyItemResult.withResources(CustomVocabularyItem... resources)
The resources of the action to batch update response for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemResult |
BatchDeleteCustomVocabularyItemResult.withResources(CustomVocabularyItem... resources)
The resources of the action to batch delete response for the custom vocabulary item.
|
BatchCreateCustomVocabularyItemResult |
BatchCreateCustomVocabularyItemResult.withResources(CustomVocabularyItem... resources)
The resources of the action to batch create the custom vocabulary item response for a bot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpdateCustomVocabularyItemRequest.setCustomVocabularyItemList(Collection<CustomVocabularyItem> customVocabularyItemList)
The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.
|
void |
ListCustomVocabularyItemsResult.setCustomVocabularyItems(Collection<CustomVocabularyItem> customVocabularyItems)
The custom vocabulary items from the list custom vocabulary response.
|
void |
BatchUpdateCustomVocabularyItemResult.setResources(Collection<CustomVocabularyItem> resources)
The resources of the action to batch update response for the custom vocabulary item.
|
void |
BatchDeleteCustomVocabularyItemResult.setResources(Collection<CustomVocabularyItem> resources)
The resources of the action to batch delete response for the custom vocabulary item.
|
void |
BatchCreateCustomVocabularyItemResult.setResources(Collection<CustomVocabularyItem> resources)
The resources of the action to batch create the custom vocabulary item response for a bot.
|
BatchUpdateCustomVocabularyItemRequest |
BatchUpdateCustomVocabularyItemRequest.withCustomVocabularyItemList(Collection<CustomVocabularyItem> customVocabularyItemList)
The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.
|
ListCustomVocabularyItemsResult |
ListCustomVocabularyItemsResult.withCustomVocabularyItems(Collection<CustomVocabularyItem> customVocabularyItems)
The custom vocabulary items from the list custom vocabulary response.
|
BatchUpdateCustomVocabularyItemResult |
BatchUpdateCustomVocabularyItemResult.withResources(Collection<CustomVocabularyItem> resources)
The resources of the action to batch update response for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemResult |
BatchDeleteCustomVocabularyItemResult.withResources(Collection<CustomVocabularyItem> resources)
The resources of the action to batch delete response for the custom vocabulary item.
|
BatchCreateCustomVocabularyItemResult |
BatchCreateCustomVocabularyItemResult.withResources(Collection<CustomVocabularyItem> resources)
The resources of the action to batch create the custom vocabulary item response for a bot.
|
Copyright © 2023. All rights reserved.