Class: Aws::Kendra::Types::GetQuerySuggestionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#query_suggestions_idString

The identifier for a list of query suggestions for an index.

Returns:

  • (String)


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

#suggestionsArray<Types::Suggestion>

A list of query suggestions for an index.

Returns:



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