Class: Aws::Kendra::Types::SuggestionValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::SuggestionValue
- 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
-
#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 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10159 class SuggestionValue < Struct.new( :text) SENSITIVE = [] include Aws::Structure end |