| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default DeleteCustomVocabularyResponse |
LexModelsV2Client.deleteCustomVocabulary(Consumer<DeleteCustomVocabularyRequest.Builder> deleteCustomVocabularyRequest)
Removes a custom vocabulary from the specified locale in the specified bot.
|
default CompletableFuture<DeleteCustomVocabularyResponse> |
LexModelsV2AsyncClient.deleteCustomVocabulary(Consumer<DeleteCustomVocabularyRequest.Builder> deleteCustomVocabularyRequest)
Removes a custom vocabulary from the specified locale in the specified bot.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteCustomVocabularyRequest.Builder |
DeleteCustomVocabularyRequest.Builder.botId(String botId)
The unique identifier of the bot to remove the custom vocabulary from.
|
DeleteCustomVocabularyRequest.Builder |
DeleteCustomVocabularyRequest.Builder.botVersion(String botVersion)
The version of the bot to remove the custom vocabulary from.
|
static DeleteCustomVocabularyRequest.Builder |
DeleteCustomVocabularyRequest.builder() |
DeleteCustomVocabularyRequest.Builder |
DeleteCustomVocabularyRequest.Builder.localeId(String localeId)
The locale identifier for the locale that contains the custom vocabulary to remove.
|
DeleteCustomVocabularyRequest.Builder |
DeleteCustomVocabularyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteCustomVocabularyRequest.Builder |
DeleteCustomVocabularyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteCustomVocabularyRequest.Builder |
DeleteCustomVocabularyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteCustomVocabularyRequest.Builder> |
DeleteCustomVocabularyRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.