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