| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BatchCreateCustomVocabularyItemResponse.Builder |
BatchCreateCustomVocabularyItemResponse.Builder.botId(String botId)
The unique identifier of the bot to batch create response for the custom vocabulary item.
|
BatchCreateCustomVocabularyItemResponse.Builder |
BatchCreateCustomVocabularyItemResponse.Builder.botVersion(String botVersion)
The bot version of the bot to batch create the custom vocabulary item response for.
|
static BatchCreateCustomVocabularyItemResponse.Builder |
BatchCreateCustomVocabularyItemResponse.builder() |
BatchCreateCustomVocabularyItemResponse.Builder |
BatchCreateCustomVocabularyItemResponse.Builder.errors(Collection<FailedCustomVocabularyItem> errors)
The errors of the action to batch create the custom vocabulary item response for a bot.
|
BatchCreateCustomVocabularyItemResponse.Builder |
BatchCreateCustomVocabularyItemResponse.Builder.errors(Consumer<FailedCustomVocabularyItem.Builder>... errors)
The errors of the action to batch create the custom vocabulary item response for a bot.
|
BatchCreateCustomVocabularyItemResponse.Builder |
BatchCreateCustomVocabularyItemResponse.Builder.errors(FailedCustomVocabularyItem... errors)
The errors of the action to batch create the custom vocabulary item response for a bot.
|
BatchCreateCustomVocabularyItemResponse.Builder |
BatchCreateCustomVocabularyItemResponse.Builder.localeId(String localeId)
The unique locale identifier of the bot to batch create the custom vocabulary item response for.
|
BatchCreateCustomVocabularyItemResponse.Builder |
BatchCreateCustomVocabularyItemResponse.Builder.resources(Collection<CustomVocabularyItem> resources)
The resources of the action to batch create the custom vocabulary item response for a bot.
|
BatchCreateCustomVocabularyItemResponse.Builder |
BatchCreateCustomVocabularyItemResponse.Builder.resources(Consumer<CustomVocabularyItem.Builder>... resources)
The resources of the action to batch create the custom vocabulary item response for a bot.
|
BatchCreateCustomVocabularyItemResponse.Builder |
BatchCreateCustomVocabularyItemResponse.Builder.resources(CustomVocabularyItem... resources)
The resources of the action to batch create the custom vocabulary item response for a bot.
|
BatchCreateCustomVocabularyItemResponse.Builder |
BatchCreateCustomVocabularyItemResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchCreateCustomVocabularyItemResponse.Builder> |
BatchCreateCustomVocabularyItemResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.