| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default BatchUpdateCustomVocabularyItemResponse |
LexModelsV2Client.batchUpdateCustomVocabularyItem(Consumer<BatchUpdateCustomVocabularyItemRequest.Builder> batchUpdateCustomVocabularyItemRequest)
Batch update custom vocabulary item for the specified locale in the specified bot.
|
default CompletableFuture<BatchUpdateCustomVocabularyItemResponse> |
LexModelsV2AsyncClient.batchUpdateCustomVocabularyItem(Consumer<BatchUpdateCustomVocabularyItemRequest.Builder> batchUpdateCustomVocabularyItemRequest)
Batch update custom vocabulary item for the specified locale in the specified bot.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateCustomVocabularyItemRequest.Builder |
BatchUpdateCustomVocabularyItemRequest.Builder.botId(String botId)
The unique identifier of the bot to the batch update request for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemRequest.Builder |
BatchUpdateCustomVocabularyItemRequest.Builder.botVersion(String botVersion)
The bot version of the bot to the batch update request for the custom vocabulary item.
|
static BatchUpdateCustomVocabularyItemRequest.Builder |
BatchUpdateCustomVocabularyItemRequest.builder() |
BatchUpdateCustomVocabularyItemRequest.Builder |
BatchUpdateCustomVocabularyItemRequest.Builder.customVocabularyItemList(Collection<CustomVocabularyItem> customVocabularyItemList)
The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemRequest.Builder |
BatchUpdateCustomVocabularyItemRequest.Builder.customVocabularyItemList(Consumer<CustomVocabularyItem.Builder>... customVocabularyItemList)
The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemRequest.Builder |
BatchUpdateCustomVocabularyItemRequest.Builder.customVocabularyItemList(CustomVocabularyItem... customVocabularyItemList)
The custom vocabulary item list of the bot to the batch update request for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemRequest.Builder |
BatchUpdateCustomVocabularyItemRequest.Builder.localeId(String localeId)
The locale identifier of the bot to the batch update request for the custom vocabulary item.
|
BatchUpdateCustomVocabularyItemRequest.Builder |
BatchUpdateCustomVocabularyItemRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchUpdateCustomVocabularyItemRequest.Builder |
BatchUpdateCustomVocabularyItemRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchUpdateCustomVocabularyItemRequest.Builder |
BatchUpdateCustomVocabularyItemRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchUpdateCustomVocabularyItemRequest.Builder> |
BatchUpdateCustomVocabularyItemRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.