Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.DeleteCustomVocabularyResponse
-
Packages that use DeleteCustomVocabularyResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of DeleteCustomVocabularyResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return DeleteCustomVocabularyResponse Modifier and Type Method Description default DeleteCustomVocabularyResponseLexModelsV2Client. deleteCustomVocabulary(Consumer<DeleteCustomVocabularyRequest.Builder> deleteCustomVocabularyRequest)Removes a custom vocabulary from the specified locale in the specified bot.default DeleteCustomVocabularyResponseLexModelsV2Client. deleteCustomVocabulary(DeleteCustomVocabularyRequest deleteCustomVocabularyRequest)Removes a custom vocabulary from the specified locale in the specified bot.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type DeleteCustomVocabularyResponse Modifier and Type Method 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.
-