customer-android-kotlin

//core/com.kustomer.core.repository/KusAiAgentInfo

KusAiAgentInfo

[androidJvm]
data class KusAiAgentInfo(var aiAutomationId: String? = null, var aiAgentUser: KusUser? = null, var proactiveMessage: String? = null, var exception: Exception? = null)

Constructors

   
KusAiAgentInfo [androidJvm]
constructor(aiAutomationId: String? = null, aiAgentUser: KusUser? = null, proactiveMessage: String? = null, exception: Exception? = null)

Properties

Name Summary
aiAgentUser [androidJvm]
var aiAgentUser: KusUser?
aiAutomationId [androidJvm]
var aiAutomationId: String?
exception [androidJvm]
var exception: Exception?
proactiveMessage [androidJvm]
var proactiveMessage: String?