Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.QnAIntentConfiguration.Builder
-
Packages that use QnAIntentConfiguration.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of QnAIntentConfiguration.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return QnAIntentConfiguration.Builder Modifier and Type Method Description default QnAIntentConfiguration.BuilderQnAIntentConfiguration.Builder. bedrockModelConfiguration(Consumer<BedrockModelSpecification.Builder> bedrockModelConfiguration)Sets the value of the BedrockModelConfiguration property for this object.QnAIntentConfiguration.BuilderQnAIntentConfiguration.Builder. bedrockModelConfiguration(BedrockModelSpecification bedrockModelConfiguration)Sets the value of the BedrockModelConfiguration property for this object.static QnAIntentConfiguration.BuilderQnAIntentConfiguration. builder()default QnAIntentConfiguration.BuilderQnAIntentConfiguration.Builder. dataSourceConfiguration(Consumer<DataSourceConfiguration.Builder> dataSourceConfiguration)Contains details about the configuration of the data source used for theAMAZON.QnAIntent.QnAIntentConfiguration.BuilderQnAIntentConfiguration.Builder. dataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)Contains details about the configuration of the data source used for theAMAZON.QnAIntent.QnAIntentConfiguration.BuilderQnAIntentConfiguration. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type QnAIntentConfiguration.Builder Modifier and Type Method Description static Class<? extends QnAIntentConfiguration.Builder>QnAIntentConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type QnAIntentConfiguration.Builder Modifier and Type Method Description default CreateIntentRequest.BuilderCreateIntentRequest.Builder. qnAIntentConfiguration(Consumer<QnAIntentConfiguration.Builder> qnAIntentConfiguration)Specifies the configuration of the built-inAmazon.QnAIntent.default CreateIntentResponse.BuilderCreateIntentResponse.Builder. qnAIntentConfiguration(Consumer<QnAIntentConfiguration.Builder> qnAIntentConfiguration)Details about the the configuration of the built-inAmazon.QnAIntent.default DescribeIntentResponse.BuilderDescribeIntentResponse.Builder. qnAIntentConfiguration(Consumer<QnAIntentConfiguration.Builder> qnAIntentConfiguration)Details about the configuration of the built-inAmazon.QnAIntent.default UpdateIntentRequest.BuilderUpdateIntentRequest.Builder. qnAIntentConfiguration(Consumer<QnAIntentConfiguration.Builder> qnAIntentConfiguration)Specifies the configuration of the built-inAmazon.QnAIntent.default UpdateIntentResponse.BuilderUpdateIntentResponse.Builder. qnAIntentConfiguration(Consumer<QnAIntentConfiguration.Builder> qnAIntentConfiguration)Details about the configuration of the built-inAmazon.QnAIntent.
-