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