| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| 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 DeleteCustomVocabularyResponse |
LexModelsV2Client.deleteCustomVocabulary(DeleteCustomVocabularyRequest deleteCustomVocabularyRequest)
Removes a custom vocabulary from the specified locale in the specified bot.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteCustomVocabularyResponse> |
LexModelsV2AsyncClient.deleteCustomVocabulary(Consumer<DeleteCustomVocabularyRequest.Builder> deleteCustomVocabularyRequest)
Removes a custom vocabulary from the specified locale in the specified bot.
|
default CompletableFuture<DeleteCustomVocabularyResponse> |
LexModelsV2AsyncClient.deleteCustomVocabulary(DeleteCustomVocabularyRequest deleteCustomVocabularyRequest)
Removes a custom vocabulary from the specified locale in the specified bot.
|
Copyright © 2023. All rights reserved.