//core/com.kustomer.core.providers/KusChatProvider/changeActiveAssistant
[androidJvm]
abstract suspend fun changeActiveAssistant(activeAssistant: KusActiveAssistant): KusResult<KusAssistant>?
Overrides the KusAssistant in the SDK with the specified assistant ID or no assistant.
Note: This is a suspend function and should be called from Kotlin Coroutines