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