//core/com.kustomer.core.providers/KusChatProvider/sendArticlesClicked
[androidJvm]
abstract suspend fun sendArticlesClicked(conversationId: String, articleDeflection: KusKbLastDeflectionData?): KusResult<Boolean>
Sends data about KB deflection articles that are clicked
androidJvm
com.kustomer.core.models.chat.KusKbLastDeflectionData |
androidJvm
conversationId | - ID of the conversation to send the status to |
articleDeflection | - Deflection Data for clicked article |