Class: Aws::LexModelsV2::Types::BedrockKnowledgeStoreExactResponseFields
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::BedrockKnowledgeStoreExactResponseFields
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
The exact response fields given by the Bedrock knowledge store.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#answer_field ⇒ String
The answer field used for an exact response from Bedrock Knowledge Store.
Instance Attribute Details
#answer_field ⇒ String
The answer field used for an exact response from Bedrock Knowledge Store.
1895 1896 1897 1898 1899 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1895 class BedrockKnowledgeStoreExactResponseFields < Struct.new( :answer_field) SENSITIVE = [] include Aws::Structure end |