Uses of Interface
software.amazon.awssdk.services.lexmodelbuilding.model.Intent.Builder
-
Packages that use Intent.Builder Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of Intent.Builder in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return Intent.Builder Modifier and Type Method Description static Intent.BuilderIntent. builder()Intent.BuilderIntent.Builder. intentName(String intentName)The name of the intent.Intent.BuilderIntent.Builder. intentVersion(String intentVersion)The version of the intent.Intent.BuilderIntent. toBuilder()Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type Intent.Builder Modifier and Type Method Description static Class<? extends Intent.Builder>Intent. serializableBuilderClass()
-