class Aws::Kendra::Types::GetQuerySuggestionsRequest
@note When making an API call, you may pass GetQuerySuggestionsRequest
data as a hash: { index_id: "IndexId", # required query_text: "SuggestionQueryText", # required max_suggestions_count: 1, }
@!attribute [rw] index_id
The identifier of the index you want to get query suggestions from. @return [String]
@!attribute [rw] query_text
The text of a user's query to generate query suggestions. A query is suggested if the query prefix matches what a user starts to type as their query. Amazon Kendra does not show any suggestions if a user types fewer than two characters or more than 60 characters. A query must also have at least one search result and contain at least one word of more than four characters. @return [String]
@!attribute [rw] max_suggestions_count
The maximum number of query suggestions you want to show to your users. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/GetQuerySuggestionsRequest AWS API Documentation
Constants
- SENSITIVE