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