CancelActionFormat

@JsonClass(generateAdapter = true)
class CancelActionFormat(val sequenceId: Int = 0, val timestamp: Long = Date().time) : StaticContentFormat

A message representing a cancellation of a prior interactive action.

Constructors

Link copied to clipboard
constructor(sequenceId: Int = 0, timestamp: Long = Date().time)

Properties

Link copied to clipboard

The specific format type that determines how this message content is rendered.

Link copied to clipboard
Link copied to clipboard