SmartSuggest

interface SmartSuggest

Functions

smartSuggest
Link copied to clipboard
common
abstract suspend fun smartSuggest(payload: SmartSuggestRequest, requestOptions: RequestOptions? = null): SystemaResult<SmartSuggestResponse>

Smart suggest API (Coroutine)

abstract fun smartSuggest(payload: SmartSuggestRequest, requestOptions: RequestOptions? = null, result: (SystemaResult<SmartSuggestResponse>) -> Unit)

Smart suggest API (Non-coroutine)

Inheritors

SystemaAI
Link copied to clipboard