//core/com.kustomer.core.providers/KusChatProvider/getChatSettings
[androidJvm]
abstract suspend fun getChatSettings(): KusResult<KusChatSetting>
Returns chat settings Default brand id is used if no value is overridden in the Core SDK KustomerCoreOptions.brandId
Note: This is a suspend function and should be called from Kotlin Coroutines
KusResult of type KusChatSetting