| 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)
Delete a batch of custom vocabulary items for a given bot locale's custom vocabulary.
|
default BatchDeleteCustomVocabularyItemResponse |
LexModelsV2Client.batchDeleteCustomVocabularyItem(Consumer<BatchDeleteCustomVocabularyItemRequest.Builder> batchDeleteCustomVocabularyItemRequest)
Delete a batch of custom vocabulary items for a given bot locale's custom vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteCustomVocabularyItemRequest.Builder |
BatchDeleteCustomVocabularyItemRequest.Builder.botId(String botId)
The identifier of the bot associated with this custom vocabulary.
|
BatchDeleteCustomVocabularyItemRequest.Builder |
BatchDeleteCustomVocabularyItemRequest.Builder.botVersion(String botVersion)
The identifier of the version of the bot associated with this custom vocabulary.
|
static BatchDeleteCustomVocabularyItemRequest.Builder |
BatchDeleteCustomVocabularyItemRequest.builder() |
BatchDeleteCustomVocabularyItemRequest.Builder |
BatchDeleteCustomVocabularyItemRequest.Builder.customVocabularyItemList(Collection<CustomVocabularyEntryId> customVocabularyItemList)
A list of custom vocabulary items requested to be deleted.
|
BatchDeleteCustomVocabularyItemRequest.Builder |
BatchDeleteCustomVocabularyItemRequest.Builder.customVocabularyItemList(Consumer<CustomVocabularyEntryId.Builder>... customVocabularyItemList)
A list of custom vocabulary items requested to be deleted.
|
BatchDeleteCustomVocabularyItemRequest.Builder |
BatchDeleteCustomVocabularyItemRequest.Builder.customVocabularyItemList(CustomVocabularyEntryId... customVocabularyItemList)
A list of custom vocabulary items requested to be deleted.
|
BatchDeleteCustomVocabularyItemRequest.Builder |
BatchDeleteCustomVocabularyItemRequest.Builder.localeId(String localeId)
The identifier of the language and locale where this custom vocabulary is used.
|
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 © 2023. All rights reserved.