| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateCustomVocabularyItemResult |
AmazonLexModelsV2Client.batchUpdateCustomVocabularyItem(BatchUpdateCustomVocabularyItemRequest request)
Update a batch of custom vocabulary items for a given bot locale's custom vocabulary.
|
BatchUpdateCustomVocabularyItemResult |
AbstractAmazonLexModelsV2.batchUpdateCustomVocabularyItem(BatchUpdateCustomVocabularyItemRequest request) |
BatchUpdateCustomVocabularyItemResult |
AmazonLexModelsV2.batchUpdateCustomVocabularyItem(BatchUpdateCustomVocabularyItemRequest batchUpdateCustomVocabularyItemRequest)
Update a batch of custom vocabulary items for a given bot locale's custom vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateCustomVocabularyItemResult |
BatchUpdateCustomVocabularyItemResult.clone() |
BatchUpdateCustomVocabularyItemResult |
BatchUpdateCustomVocabularyItemResult.withBotId(String botId)
The identifier of the bot associated with this custom vocabulary.
|
BatchUpdateCustomVocabularyItemResult |
BatchUpdateCustomVocabularyItemResult.withBotVersion(String botVersion)
The identifier of the version of the bot associated with this custom vocabulary.
|
BatchUpdateCustomVocabularyItemResult |
BatchUpdateCustomVocabularyItemResult.withErrors(Collection<FailedCustomVocabularyItem> errors)
A list of custom vocabulary items that failed to update during the operation.
|
BatchUpdateCustomVocabularyItemResult |
BatchUpdateCustomVocabularyItemResult.withErrors(FailedCustomVocabularyItem... errors)
A list of custom vocabulary items that failed to update during the operation.
|
BatchUpdateCustomVocabularyItemResult |
BatchUpdateCustomVocabularyItemResult.withLocaleId(String localeId)
The identifier of the language and locale where this custom vocabulary is used.
|
BatchUpdateCustomVocabularyItemResult |
BatchUpdateCustomVocabularyItemResult.withResources(Collection<CustomVocabularyItem> resources)
A list of custom vocabulary items that were successfully updated during the operation.
|
BatchUpdateCustomVocabularyItemResult |
BatchUpdateCustomVocabularyItemResult.withResources(CustomVocabularyItem... resources)
A list of custom vocabulary items that were successfully updated during the operation.
|
Copyright © 2025. All rights reserved.