Class: Aws::LexModelsV2::Types::BedrockKnowledgeStoreExactResponseFields

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#answer_fieldString

The answer field used for an exact response from Bedrock Knowledge Store.

Returns:

  • (String)


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