Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.DeleteIntentResponse
-
Packages that use DeleteIntentResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions -
-
Uses of DeleteIntentResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return DeleteIntentResponse Modifier and Type Method Description default DeleteIntentResponseLexModelBuildingClient. deleteIntent(Consumer<DeleteIntentRequest.Builder> deleteIntentRequest)Deletes all versions of the intent, including the$LATESTversion.default DeleteIntentResponseLexModelBuildingClient. deleteIntent(DeleteIntentRequest deleteIntentRequest)Deletes all versions of the intent, including the$LATESTversion.Methods in software.amazon.awssdk.services.lexmodelbuilding that return types with arguments of type DeleteIntentResponse Modifier and Type Method Description default CompletableFuture<DeleteIntentResponse>LexModelBuildingAsyncClient. deleteIntent(Consumer<DeleteIntentRequest.Builder> deleteIntentRequest)Deletes all versions of the intent, including the$LATESTversion.default CompletableFuture<DeleteIntentResponse>LexModelBuildingAsyncClient. deleteIntent(DeleteIntentRequest deleteIntentRequest)Deletes all versions of the intent, including the$LATESTversion.
-