UpdateQuerySuggestionsConfigRequest

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 include queries without user information (i.e. all queries, irrespective of the user), otherwise FALSE to only include queries with user information.

Link copied to clipboard

The identifier of the index with query suggestions you want to update.

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 the minimum number of times a query must be searched in order to be eligible to suggest to your users.

Link copied to clipboard
val mode: Mode?

Set the mode to ENABLED or LEARN_ONLY.

Link copied to clipboard

How recent your queries are in your query log time window.

Functions

Link copied to clipboard
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