Smart Search
interface SmartSearch
Content copied to clipboard
Functions
smart Search
Link copied to clipboard
abstract suspend fun smartSearch(payload: SmartSearchRequest, requestOptions: RequestOptions? = null): Result<SmartSearchResponse>
Content copied to clipboard
Smart search API (Coroutine)
abstract fun smartSearch(payload: SmartSearchRequest, requestOptions: RequestOptions? = null, result: (Result<SmartSearchResponse>) -> Unit)
Content copied to clipboard
Smart search API (Non-coroutine)
Inheritors
SystemaAI
Link copied to clipboard