customer-android-kotlin
//
core
/
com.kustomer.core.repository
Package-level declarations
Types
Name
Summary
KusAiAgentInfo
[androidJvm]
data class
KusAiAgentInfo
(var aiAutomationId:
String
? = null, var aiAgentUser:
KusUser
? = null, var proactiveMessage:
String
? = null, var exception:
Exception
? = null)