Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveGeneratedResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagentruntime/types.rb

Overview

The generated response synthesized from retrieved results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#answerString

The generated answer text.

Returns:

  • (String)


592
593
594
595
596
597
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 592

class AgenticRetrieveGeneratedResponse < Struct.new(
  :answer,
  :citations)
  SENSITIVE = []
  include Aws::Structure
end

#citationsArray<Types::AgenticRetrieveCitation>

Citations mapping spans of the answer to supporting results.

Returns:



592
593
594
595
596
597
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 592

class AgenticRetrieveGeneratedResponse < Struct.new(
  :answer,
  :citations)
  SENSITIVE = []
  include Aws::Structure
end