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