Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveCitation

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

Overview

A citation mapping a span of the generated answer to supporting results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_indexInteger

Character offset end (exclusive) in the answer text.

Returns:

  • (Integer)


485
486
487
488
489
490
491
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 485

class AgenticRetrieveCitation < Struct.new(
  :end_index,
  :references,
  :start_index)
  SENSITIVE = []
  include Aws::Structure
end

#referencesArray<Types::AgenticRetrieveCitationReference>

References to results that support this span.



485
486
487
488
489
490
491
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 485

class AgenticRetrieveCitation < Struct.new(
  :end_index,
  :references,
  :start_index)
  SENSITIVE = []
  include Aws::Structure
end

#start_indexInteger

Character offset start in the answer text.

Returns:

  • (Integer)


485
486
487
488
489
490
491
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 485

class AgenticRetrieveCitation < Struct.new(
  :end_index,
  :references,
  :start_index)
  SENSITIVE = []
  include Aws::Structure
end