SearchResponse

constructor(summary: SearchSummary, results: List<SearchResult> = emptyList())

Deprecated

This will be removed from future releases after 2025-12-16.

Response from the Search API with summary.

Parameters

summary

The summary of the request to the Search API that has been performed.

results

The search results returned from the Search API.