SuggestRequest

Container for the parameters to the Suggest request.

Types

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

Properties

Link copied to clipboard

Specifies the string for which you want to get suggestions.

Link copied to clipboard
val size: Long?

Specifies the maximum number of suggestions to return.

Link copied to clipboard

Specifies the name of the suggester to use to find suggested matches.

Functions

Link copied to clipboard
inline fun copy(block: SuggestRequest.Builder.() -> Unit = {}): SuggestRequest
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