| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateCustomVocabularyItemResult |
AmazonLexModelsV2Client.batchUpdateCustomVocabularyItem(BatchUpdateCustomVocabularyItemRequest request)
Batch update custom vocabulary item for the specified locale in the specified bot.
|
BatchUpdateCustomVocabularyItemResult |
AbstractAmazonLexModelsV2.batchUpdateCustomVocabularyItem(BatchUpdateCustomVocabularyItemRequest request) |
BatchUpdateCustomVocabularyItemResult |
AmazonLexModelsV2.batchUpdateCustomVocabularyItem(BatchUpdateCustomVocabularyItemRequest batchUpdateCustomVocabularyItemRequest)
Batch update custom vocabulary item for the specified locale in the specified bot.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateCustomVocabularyItemResult |
BatchUpdateCustomVocabularyItemResult.clone() |
BatchUpdateCustomVocabularyItemResult |
BatchUpdateCustomVocabularyItemResult.withBotId(String botId)
The unique identifier of the bot to the batch update response for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemResult |
BatchUpdateCustomVocabularyItemResult.withBotVersion(String botVersion)
The bot version of the bot to the batch update response for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemResult |
BatchUpdateCustomVocabularyItemResult.withErrors(Collection<FailedCustomVocabularyItem> errors)
The errors of the action to batch update response for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemResult |
BatchUpdateCustomVocabularyItemResult.withErrors(FailedCustomVocabularyItem... errors)
The errors of the action to batch update response for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemResult |
BatchUpdateCustomVocabularyItemResult.withLocaleId(String localeId)
The locale identifier of the bot to the batch update response for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemResult |
BatchUpdateCustomVocabularyItemResult.withResources(Collection<CustomVocabularyItem> resources)
The resources of the action to batch update response for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemResult |
BatchUpdateCustomVocabularyItemResult.withResources(CustomVocabularyItem... resources)
The resources of the action to batch update response for the custom vocabulary item.
|
Copyright © 2023. All rights reserved.