customer-android-kotlin

//core/com.kustomer.core.providers/KusChatProvider/sendArticlesClicked

sendArticlesClicked

[androidJvm]
abstract suspend fun sendArticlesClicked(conversationId: String, articleDeflection: KusKbLastDeflectionData?): KusResult<Boolean>

Sends data about KB deflection articles that are clicked

Parameters

androidJvm

   
conversationId - ID of the conversation to send the status to
articleDeflection - Deflection Data for clicked article

See also

 
KusKbLastDeflectionData