customer-android-kotlin

//core/com.kustomer.core.models.chat/KusChatMessage/Companion

Companion

[androidJvm]
object Companion

Properties

Name Summary
DIRECTION_TYPE_FOLLOWUP_OUT [androidJvm]
const val DIRECTION_TYPE_FOLLOWUP_OUT: String
Direction type for follow-up assistant messages that are part of the initial flow. These messages are retroactively added when user sends their first message.
DIRECTION_TYPE_INITIAL_OUT [androidJvm]
const val DIRECTION_TYPE_INITIAL_OUT: String
Direction type for initial assistant messages that are sent when conversation starts. These messages are retroactively added when user sends their first message.