| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteCustomVocabularyResult |
AbstractAmazonLexModelsV2.deleteCustomVocabulary(DeleteCustomVocabularyRequest request) |
DeleteCustomVocabularyResult |
AmazonLexModelsV2Client.deleteCustomVocabulary(DeleteCustomVocabularyRequest request)
Removes a custom vocabulary from the specified locale in the specified bot.
|
DeleteCustomVocabularyResult |
AmazonLexModelsV2.deleteCustomVocabulary(DeleteCustomVocabularyRequest deleteCustomVocabularyRequest)
Removes a custom vocabulary from the specified locale in the specified bot.
|
| 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 |
|---|---|
DeleteCustomVocabularyResult |
DeleteCustomVocabularyResult.clone() |
DeleteCustomVocabularyResult |
DeleteCustomVocabularyResult.withBotId(String botId)
The identifier of the bot that the custom vocabulary was removed from.
|
DeleteCustomVocabularyResult |
DeleteCustomVocabularyResult.withBotVersion(String botVersion)
The version of the bot that the custom vocabulary was removed from.
|
DeleteCustomVocabularyResult |
DeleteCustomVocabularyResult.withCustomVocabularyStatus(CustomVocabularyStatus customVocabularyStatus)
The status of removing the custom vocabulary.
|
DeleteCustomVocabularyResult |
DeleteCustomVocabularyResult.withCustomVocabularyStatus(String customVocabularyStatus)
The status of removing the custom vocabulary.
|
DeleteCustomVocabularyResult |
DeleteCustomVocabularyResult.withLocaleId(String localeId)
The locale identifier for the locale that the custom vocabulary was removed from.
|
Copyright © 2022. All rights reserved.