Class: Aws::Kendra::Types::SuggestionValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::SuggestionValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
The ‘SuggestionTextWithHighlights` structure information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text ⇒ Types::SuggestionTextWithHighlights
The ‘SuggestionTextWithHighlights` structure that contains the query suggestion text and highlights.
Instance Attribute Details
#text ⇒ Types::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 |