SuggestableConfig

Provides the configuration information for a document field/attribute that you want to base query suggestions on.

Types

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

Properties

Link copied to clipboard

The name of the document field/attribute.

Link copied to clipboard

TRUE means the document field/attribute is suggestible, so the contents within the field can be used for query suggestions.

Functions

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