StartSearchRequest
class StartSearchRequest
Input for the StartSearch operation.
Types
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
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.