Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetIntentResponse
-
Packages that use GetIntentResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions -
-
Uses of GetIntentResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return GetIntentResponse Modifier and Type Method Description default GetIntentResponseLexModelBuildingClient. getIntent(Consumer<GetIntentRequest.Builder> getIntentRequest)Returns information about an intent.default GetIntentResponseLexModelBuildingClient. getIntent(GetIntentRequest getIntentRequest)Returns information about an intent.Methods in software.amazon.awssdk.services.lexmodelbuilding that return types with arguments of type GetIntentResponse Modifier and Type Method Description default CompletableFuture<GetIntentResponse>LexModelBuildingAsyncClient. getIntent(Consumer<GetIntentRequest.Builder> getIntentRequest)Returns information about an intent.default CompletableFuture<GetIntentResponse>LexModelBuildingAsyncClient. getIntent(GetIntentRequest getIntentRequest)Returns information about an intent.
-