GetQuerySuggestionsRequest

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

The identifier of the index you want to get query suggestions from.

Link copied to clipboard

The maximum number of query suggestions you want to show to your users.

Link copied to clipboard

The text of a user's query to generate query suggestions.

Link copied to clipboard

The suggestions type to base query suggestions on. The suggestion types are query history or document fields/attributes. You can set one type or the other.

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