Uses of Interface
software.amazon.awssdk.services.lexmodelbuilding.model.GetIntentRequest.Builder
-
Packages that use GetIntentRequest.Builder Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of GetIntentRequest.Builder in software.amazon.awssdk.services.lexmodelbuilding
Method parameters in software.amazon.awssdk.services.lexmodelbuilding with type arguments of type GetIntentRequest.Builder Modifier and Type Method Description default CompletableFuture<GetIntentResponse>LexModelBuildingAsyncClient. getIntent(Consumer<GetIntentRequest.Builder> getIntentRequest)Returns information about an intent.default GetIntentResponseLexModelBuildingClient. getIntent(Consumer<GetIntentRequest.Builder> getIntentRequest)Returns information about an intent. -
Uses of GetIntentRequest.Builder in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return GetIntentRequest.Builder Modifier and Type Method Description static GetIntentRequest.BuilderGetIntentRequest. builder()GetIntentRequest.BuilderGetIntentRequest.Builder. name(String name)The name of the intent.GetIntentRequest.BuilderGetIntentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIntentRequest.BuilderGetIntentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetIntentRequest.BuilderGetIntentRequest. toBuilder()GetIntentRequest.BuilderGetIntentRequest.Builder. version(String version)The version of the intent.Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type GetIntentRequest.Builder Modifier and Type Method Description static Class<? extends GetIntentRequest.Builder>GetIntentRequest. serializableBuilderClass()
-