Class: Aws::BedrockAgentRuntime::Types::Attribution

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

Overview

Contains citations for a part of an agent response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#citationsArray<Types::Citation>

A list of citations and related information for a part of an agent response.

Returns:



262
263
264
265
266
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 262

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