Class: Aws::Kendra::Types::SuggestionValue

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

Overview

The SuggestionTextWithHighlights structure information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#textTypes::SuggestionTextWithHighlights

The SuggestionTextWithHighlights structure that contains the query suggestion text and highlights.



10159
10160
10161
10162
10163
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10159

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