Message

class Message

Information about a message.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID you want to assign to the message. Each messageId must be unique within each batch sent.

Link copied to clipboard

The payload of the message. This can be a JSON string or a base64-encoded string representing binary data, in which case you must decode it by means of a pipeline activity.

Functions

Link copied to clipboard
inline fun copy(block: Message.Builder.() -> Unit = {}): Message
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String