| 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)
Delete a batch of custom vocabulary items for a given bot locale's custom vocabulary.
|
BatchDeleteCustomVocabularyItemResult |
AmazonLexModelsV2.batchDeleteCustomVocabularyItem(BatchDeleteCustomVocabularyItemRequest batchDeleteCustomVocabularyItemRequest)
Delete a batch of custom vocabulary items for a given bot locale's custom vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteCustomVocabularyItemResult |
BatchDeleteCustomVocabularyItemResult.clone() |
BatchDeleteCustomVocabularyItemResult |
BatchDeleteCustomVocabularyItemResult.withBotId(String botId)
The identifier of the bot associated with this custom vocabulary.
|
BatchDeleteCustomVocabularyItemResult |
BatchDeleteCustomVocabularyItemResult.withBotVersion(String botVersion)
The identifier of the version of the bot associated with this custom vocabulary.
|
BatchDeleteCustomVocabularyItemResult |
BatchDeleteCustomVocabularyItemResult.withErrors(Collection<FailedCustomVocabularyItem> errors)
A list of custom vocabulary items that failed to delete during the operation.
|
BatchDeleteCustomVocabularyItemResult |
BatchDeleteCustomVocabularyItemResult.withErrors(FailedCustomVocabularyItem... errors)
A list of custom vocabulary items that failed to delete during the operation.
|
BatchDeleteCustomVocabularyItemResult |
BatchDeleteCustomVocabularyItemResult.withLocaleId(String localeId)
The identifier of the language and locale where this custom vocabulary is used.
|
BatchDeleteCustomVocabularyItemResult |
BatchDeleteCustomVocabularyItemResult.withResources(Collection<CustomVocabularyItem> resources)
A list of custom vocabulary items that were successfully deleted during the operation.
|
BatchDeleteCustomVocabularyItemResult |
BatchDeleteCustomVocabularyItemResult.withResources(CustomVocabularyItem... resources)
A list of custom vocabulary items that were successfully deleted during the operation.
|
Copyright © 2023. All rights reserved.