//core/com.kustomer.core.providers/KusChatProvider/describeConversation
[androidJvm]
abstract suspend fun describeConversation(conversationId: String, customAttributes: Map<String, Any>): KusResult<Boolean>
Describe a conversation with Custom attributes This should be used to provide context to any conversation
androidJvm
conversationId | - Id of the conversation to be updated |
customAttributes | - key value pairs |