Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.PutIntentResponse
-
Packages that use PutIntentResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions -
-
Uses of PutIntentResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return PutIntentResponse Modifier and Type Method Description default PutIntentResponseLexModelBuildingClient. putIntent(Consumer<PutIntentRequest.Builder> putIntentRequest)Creates an intent or replaces an existing intent.default PutIntentResponseLexModelBuildingClient. putIntent(PutIntentRequest putIntentRequest)Creates an intent or replaces an existing intent.Methods in software.amazon.awssdk.services.lexmodelbuilding that return types with arguments of type PutIntentResponse Modifier and Type Method Description default CompletableFuture<PutIntentResponse>LexModelBuildingAsyncClient. putIntent(Consumer<PutIntentRequest.Builder> putIntentRequest)Creates an intent or replaces an existing intent.default CompletableFuture<PutIntentResponse>LexModelBuildingAsyncClient. putIntent(PutIntentRequest putIntentRequest)Creates an intent or replaces an existing intent.
-