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.



10213
10214
10215
10216
10217
# File 'lib/aws-sdk-kendra/types.rb', line 10213

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