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