Class: Aws::LexModelsV2::Types::QnAIntentConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#bedrock_model_configurationTypes::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 '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_configurationTypes::DataSourceConfiguration

Contains details about the configuration of the data source used for the ‘AMAZON.QnAIntent`.



11588
11589
11590
11591
11592
11593
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 11588

class QnAIntentConfiguration < Struct.new(
  :data_source_configuration,
  :bedrock_model_configuration)
  SENSITIVE = []
  include Aws::Structure
end