SmartSearch

interface SmartSearch

Functions

smartSearch
Link copied to clipboard
common
abstract suspend fun smartSearch(payload: SmartSearchRequest, requestOptions: RequestOptions? = null): SystemaResult<SmartSearchResponse>

Smart search API (Coroutine)

abstract fun smartSearch(payload: SmartSearchRequest, requestOptions: RequestOptions? = null, result: (SystemaResult<SmartSearchResponse>) -> Unit)

Smart search API (Non-coroutine)

Inheritors

SystemaAI
Link copied to clipboard