Class: Aws::BedrockAgentRuntime::Types::RetrievalResultContent

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

Overview

Contains the cited text from the data source.

This data type is used in the following API operations:

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

The cited text from the data source.

Returns:

  • (String)


1854
1855
1856
1857
1858
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1854

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