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)


1946
1947
1948
1949
1950
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1946

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