//core/com.kustomer.core.providers/KusChatProvider/overrideAssistant
[androidJvm]
abstract suspend fun overrideAssistant(assistantId: String): KusResult<KusAssistant>
Overrides the KusAssistant in the SDK with the specified assistant Id.
Note: This is a suspend function and should be called from Kotlin Coroutines