customer-android-kotlin

//core/com.kustomer.core.models.handoff/HandoffMessage/HandoffMessage

HandoffMessage

[androidJvm]
constructor(@Json(name = "date")date: String, @Json(name = "direction")direction: HandoffMessageDirection, @Json(name = "body")body: String)

Parameters

androidJvm

   
date ISO 8601 timestamp when the message was sent
direction Message direction (inbound from customer, outbound from agent/system)
body Message body content (max 10240 characters)