OutboundMessage

interface OutboundMessage

Message to be sent from the SDK client to server.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional attachments to be sent with the message, empty iterable is allowed.

Link copied to clipboard
abstract val message: String

Text message to be sent, empty string will be ignored.

Link copied to clipboard
abstract val postback: String?

Optional postback, which was part of an Action which has triggered this OutboundMessage.