class Aws::Kendra::Types::DescribeQuerySuggestionsConfigResponse

@!attribute [rw] mode

Shows whether query suggestions are currently in `ENABLED` mode or
`LEARN_ONLY` mode.

By default, Amazon Kendra enables query suggestions.`LEARN_ONLY`
turns off query suggestions for your users. You can change the mode
using the [UpdateQuerySuggestionsConfig][1] operation.

[1]: https://docs.aws.amazon.com/kendra/latest/dg/API_UpdateQuerySuggestionsConfig.html
@return [String]

@!attribute [rw] status

Shows whether the status of query suggestions settings is currently
Active or Updating.

Active means the current settings apply and Updating means your
changed settings are in the process of applying.
@return [String]

@!attribute [rw] query_log_look_back_window_in_days

Shows how recent your queries are in your query log time window (in
days).
@return [Integer]

@!attribute [rw] include_queries_without_user_information

Shows whether Amazon Kendra uses all queries or only uses queries
that include user information to generate query suggestions.
@return [Boolean]

@!attribute [rw] minimum_number_of_querying_users

Shows the minimum number of unique users who must search a query in
order for the query to be eligible to suggest to your users.
@return [Integer]

@!attribute [rw] minimum_query_count

Shows the minimum number of times a query must be searched in order
for the query to be eligible to suggest to your users.
@return [Integer]

@!attribute [rw] last_suggestions_build_time

Shows the date-time query suggestions for an index was last updated.
@return [Time]

@!attribute [rw] last_clear_time

Shows the date-time query suggestions for an index was last cleared.

After you clear suggestions, Amazon Kendra learns new suggestions
based on new queries added to the query log from the time you
cleared suggestions. Amazon Kendra only considers re-occurences of a
query from the time you cleared suggestions.
@return [Time]

@!attribute [rw] total_suggestions_count

Shows the current total count of query suggestions for an index.

This count can change when you update your query suggestions
settings, if you filter out certain queries from suggestions using a
block list, and as the query log accumulates more queries for Amazon
Kendra to learn from.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DescribeQuerySuggestionsConfigResponse AWS API Documentation

Constants

SENSITIVE