DescribeQuerySuggestionsConfigResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration information for the document fields/attributes that you want to base query suggestions on.

Link copied to clipboard

TRUE to use all queries, otherwise use only queries that include user information to generate the query suggestions.

Link copied to clipboard

The Unix timestamp when query suggestions for an index was last cleared.

Link copied to clipboard

The Unix timestamp when query suggestions for an index was last updated.

Link copied to clipboard

The minimum number of unique users who must search a query in order for the query to be eligible to suggest to your users.

Link copied to clipboard

The minimum number of times a query must be searched in order for the query to be eligible to suggest to your users.

Link copied to clipboard
val mode: Mode?

Whether query suggestions are currently in ENABLED mode or LEARN_ONLY mode.

Link copied to clipboard

How recent your queries are in your query log time window (in days).

Link copied to clipboard

Whether the status of query suggestions settings is currently ACTIVE or UPDATING.

Link copied to clipboard

The current total count of query suggestions for an index.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String