Class: Aws::Kendra::Types::Suggestion
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::Suggestion
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
A single query suggestion.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique UUID (universally unique identifier) of a single query suggestion.
-
#value ⇒ Types::SuggestionValue
The value for the unique UUID (universally unique identifier) of a single query suggestion.
Instance Attribute Details
#id ⇒ String
The unique UUID (universally unique identifier) of a single query suggestion.
11852 11853 11854 11855 11856 11857 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 11852 class Suggestion < Struct.new( :id, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::SuggestionValue
The value for the unique UUID (universally unique identifier) of a single query suggestion.
The value is the text string of a suggestion.
11852 11853 11854 11855 11856 11857 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 11852 class Suggestion < Struct.new( :id, :value) SENSITIVE = [] include Aws::Structure end |