Class: Aws::BedrockRuntime::Types::SearchResultContentBlock

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

Overview

A block within a search result that contains the content.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

The actual text content

Returns:

  • (String)


4024
4025
4026
4027
4028
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4024

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