//core/com.kustomer.core.repository/KusAiAgentInfo
[androidJvm]
data class KusAiAgentInfo(var aiAutomationId: String? = null, var aiAgentUser: KusUser? = null, var proactiveMessage: String? = null, var exception: Exception? = null)
KusAiAgentInfo | [androidJvm] constructor(aiAutomationId: String? = null, aiAgentUser: KusUser? = null, proactiveMessage: String? = null, exception: Exception? = null) |
Name | Summary |
---|---|
aiAgentUser | [androidJvm] var aiAgentUser: KusUser? |
aiAutomationId | [androidJvm] var aiAutomationId: String? |
exception | [androidJvm] var exception: Exception? |
proactiveMessage | [androidJvm] var proactiveMessage: String? |