Class: Aws::LexModelsV2::Types::QnAIntentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::QnAIntentConfiguration
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
Details about the the configuration of the built-in
Amazon.QnAIntent
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bedrock_model_configuration ⇒ Types::BedrockModelSpecification
Contains information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.
-
#data_source_configuration ⇒ Types::DataSourceConfiguration
Contains details about the configuration of the data source used for the
AMAZON.QnAIntent
.
Instance Attribute Details
#bedrock_model_configuration ⇒ Types::BedrockModelSpecification
Contains information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.
11588 11589 11590 11591 11592 11593 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11588 class QnAIntentConfiguration < Struct.new( :data_source_configuration, :bedrock_model_configuration) SENSITIVE = [] include Aws::Structure end |
#data_source_configuration ⇒ Types::DataSourceConfiguration
Contains details about the configuration of the data source used for
the AMAZON.QnAIntent
.
11588 11589 11590 11591 11592 11593 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11588 class QnAIntentConfiguration < Struct.new( :data_source_configuration, :bedrock_model_configuration) SENSITIVE = [] include Aws::Structure end |