| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<CustomVocabularyItem> |
BatchUpdateCustomVocabularyItemRequest.customVocabularyItemList()
The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.
|
List<CustomVocabularyItem> |
ListCustomVocabularyItemsResponse.customVocabularyItems()
The custom vocabulary items from the list custom vocabulary response.
|
List<CustomVocabularyItem> |
BatchUpdateCustomVocabularyItemResponse.resources()
The resources of the action to batch update response for the custom vocabulary item.
|
List<CustomVocabularyItem> |
BatchDeleteCustomVocabularyItemResponse.resources()
The resources of the action to batch delete response for the custom vocabulary item.
|
List<CustomVocabularyItem> |
BatchCreateCustomVocabularyItemResponse.resources()
The resources of the action to batch create the custom vocabulary item response for a bot.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateCustomVocabularyItemRequest.Builder |
BatchUpdateCustomVocabularyItemRequest.Builder.customVocabularyItemList(CustomVocabularyItem... customVocabularyItemList)
The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.
|
ListCustomVocabularyItemsResponse.Builder |
ListCustomVocabularyItemsResponse.Builder.customVocabularyItems(CustomVocabularyItem... customVocabularyItems)
The custom vocabulary items from the list custom vocabulary response.
|
BatchUpdateCustomVocabularyItemResponse.Builder |
BatchUpdateCustomVocabularyItemResponse.Builder.resources(CustomVocabularyItem... resources)
The resources of the action to batch update response for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.Builder.resources(CustomVocabularyItem... resources)
The resources of the action to batch delete response for the custom vocabulary item.
|
BatchCreateCustomVocabularyItemResponse.Builder |
BatchCreateCustomVocabularyItemResponse.Builder.resources(CustomVocabularyItem... resources)
The resources of the action to batch create the custom vocabulary item response for a bot.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateCustomVocabularyItemRequest.Builder |
BatchUpdateCustomVocabularyItemRequest.Builder.customVocabularyItemList(Collection<CustomVocabularyItem> customVocabularyItemList)
The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.
|
ListCustomVocabularyItemsResponse.Builder |
ListCustomVocabularyItemsResponse.Builder.customVocabularyItems(Collection<CustomVocabularyItem> customVocabularyItems)
The custom vocabulary items from the list custom vocabulary response.
|
BatchUpdateCustomVocabularyItemResponse.Builder |
BatchUpdateCustomVocabularyItemResponse.Builder.resources(Collection<CustomVocabularyItem> resources)
The resources of the action to batch update response for the custom vocabulary item.
|
BatchDeleteCustomVocabularyItemResponse.Builder |
BatchDeleteCustomVocabularyItemResponse.Builder.resources(Collection<CustomVocabularyItem> resources)
The resources of the action to batch delete response for the custom vocabulary item.
|
BatchCreateCustomVocabularyItemResponse.Builder |
BatchCreateCustomVocabularyItemResponse.Builder.resources(Collection<CustomVocabularyItem> resources)
The resources of the action to batch create the custom vocabulary item response for a bot.
|
Copyright © 2022. All rights reserved.