-
- 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 I18nTextcomponent1()final I18nTextcomponent2()final Attachmentcomponent3()final List<Action>component4()final Longcomponent5()final Cardcopy(I18nText title, I18nText subTitle, Attachment attachment, List<Action> actions, Long delay)final I18nTextgetTitle()final I18nTextgetSubTitle()final AttachmentgetAttachment()final List<Action>getActions()LonggetDelay()The delay to wait before sending this message. -
-
Method Detail
-
component1
final I18nText component1()
-
component2
final I18nText component2()
-
component3
final Attachment component3()
-
component4
final List<Action> component4()
-
component5
final Long component5()
-
copy
final Card copy(I18nText title, I18nText subTitle, Attachment attachment, List<Action> actions, Long delay)
-
getSubTitle
final I18nText getSubTitle()
-
getAttachment
final Attachment getAttachment()
-
getActions
final List<Action> getActions()
-
-
-
-