StartSearchRequest

Input for the StartSearch operation.

Types

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

Properties

Link copied to clipboard

A unique, case-sensitive identifier you provide to ensure the request is idempotent. Repeating a StartSearch call with the same clientToken returns the original search rather than starting a new one. If omitted, the SDK autogenerates one.

Link copied to clipboard

An optional caller-supplied identifier used to group related searches together.

Link copied to clipboard

The natural-language query describing the data to search for.

Link copied to clipboard

Optional filters that restrict the search to a subset of the workspace's data.

Link copied to clipboard

The search strategy to use. Defaults to QUICK when omitted.

Link copied to clipboard

The name of the workspace whose data is searched.

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