Paginate the search-only results with the given limit and offset values.
Reuses the same underlying searches as the originating request, so successive calls produce a consistent result set across pages.
Pagination options.
Options for executing a prepared QueryAgent search.
Optionallimit?: numberThe maximum number of results to return. Defaults to 20 if not specified.
The offset to start from, for paginating through query result sets.
The next SearchModeResponse page.
OptionalsearchesThe underlying searches performed by the agent to produce this result set.
The objects returned by the underlying searches, paginated by limit and offset.
Total time taken for the agent to produce this result set, in seconds.
Model unit usage for this invocation.
Response for the Query Agent search-only mode.
Contains the results of the search, the usage, and the underlying searches performed. You can paginate through the result set by calling SearchModeResponse.next on this response with different
limit/offsetvalues. This will reuse the same underlying searches each time, resulting in a consistent result set across pages.