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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-kendra/types.rb', line 10159

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