FuzzySearchResponse
data class FuzzySearchResponse(val summary: SearchRequestSummary, val results: List<SearchResult>)
Content copied to clipboard
Response from the Fuzzy Search API.
Parameters
summary
The summary of performed request to the Fuzzy Search API.
results
The data returned from the Fuzzy Search API.
Important: This is a Public Preview API. It may be changed or removed at any time.
Constructors
Link copied to clipboard
fun FuzzySearchResponse(summary: SearchRequestSummary, results: List<SearchResult>)
Content copied to clipboard