| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteCustomVocabularyResult> |
AbstractAmazonLexModelsV2Async.deleteCustomVocabularyAsync(DeleteCustomVocabularyRequest request,
AsyncHandler<DeleteCustomVocabularyRequest,DeleteCustomVocabularyResult> asyncHandler) |
Future<DeleteCustomVocabularyResult> |
AmazonLexModelsV2AsyncClient.deleteCustomVocabularyAsync(DeleteCustomVocabularyRequest request,
AsyncHandler<DeleteCustomVocabularyRequest,DeleteCustomVocabularyResult> asyncHandler) |
Future<DeleteCustomVocabularyResult> |
AmazonLexModelsV2Async.deleteCustomVocabularyAsync(DeleteCustomVocabularyRequest deleteCustomVocabularyRequest,
AsyncHandler<DeleteCustomVocabularyRequest,DeleteCustomVocabularyResult> asyncHandler)
Removes a custom vocabulary from the specified locale in the specified bot.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteCustomVocabularyRequest |
DeleteCustomVocabularyRequest.clone() |
DeleteCustomVocabularyRequest |
DeleteCustomVocabularyRequest.withBotId(String botId)
The unique identifier of the bot to remove the custom vocabulary from.
|
DeleteCustomVocabularyRequest |
DeleteCustomVocabularyRequest.withBotVersion(String botVersion)
The version of the bot to remove the custom vocabulary from.
|
DeleteCustomVocabularyRequest |
DeleteCustomVocabularyRequest.withLocaleId(String localeId)
The locale identifier for the locale that contains the custom vocabulary to remove.
|
Copyright © 2022. All rights reserved.