tock / ai.tock.bot.api.model.message.bot / Card

Card

data class Card : BotMessage (source)

Constructors

<init>

Card(title: I18nText? = null, subTitle: I18nText? = null, attachment: Attachment? = null, actions: List<Action> = emptyList(), delay: Long = 0)

Properties

actions

val actions: List<Action>

attachment

val attachment: Attachment?

delay

The delay to wait before sending this message.

val delay: Long

subTitle

val subTitle: I18nText?

title

val title: I18nText?