Class Card
-
- All Implemented Interfaces:
-
ai.tock.bot.api.model.message.bot.BotMessage
public final class Card implements BotMessage
-
-
Method Summary
Modifier and Type Method Description final I18nTextgetTitle()final I18nTextgetSubTitle()final AttachmentgetAttachment()final List<Action>getActions()LonggetDelay()The delay to wait before sending this message. -
-
Method Detail
-
getSubTitle
final I18nText getSubTitle()
-
getAttachment
final Attachment getAttachment()
-
getActions
final List<Action> getActions()
-
-
-
-