Class: Aws::Kendra::Types::GetQuerySuggestionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::GetQuerySuggestionsResponse
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_suggestions_id ⇒ String
The identifier for a list of query suggestions for an index.
-
#suggestions ⇒ Array<Types::Suggestion>
A list of query suggestions for an index.
Instance Attribute Details
#query_suggestions_id ⇒ String
The identifier for a list of query suggestions for an index.
5768 5769 5770 5771 5772 5773 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5768 class GetQuerySuggestionsResponse < Struct.new( :query_suggestions_id, :suggestions) SENSITIVE = [] include Aws::Structure end |
#suggestions ⇒ Array<Types::Suggestion>
A list of query suggestions for an index.
5768 5769 5770 5771 5772 5773 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 5768 class GetQuerySuggestionsResponse < Struct.new( :query_suggestions_id, :suggestions) SENSITIVE = [] include Aws::Structure end |