Class: Aws::Types::QnAIntentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::QnAIntentConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bedrock_model_configuration ⇒ Types::BedrockModelSpecification
Returns the value of attribute bedrock_model_configuration.
-
#data_source_configuration ⇒ Types::DataSourceConfiguration
Returns the value of attribute data_source_configuration.
Instance Attribute Details
#bedrock_model_configuration ⇒ Types::BedrockModelSpecification
Returns the value of attribute bedrock_model_configuration.
2806 2807 2808 |
# File 'sig/types.rbs', line 2806 def bedrock_model_configuration @bedrock_model_configuration end |
#data_source_configuration ⇒ Types::DataSourceConfiguration
Returns the value of attribute data_source_configuration.
2805 2806 2807 |
# File 'sig/types.rbs', line 2805 def data_source_configuration @data_source_configuration end |