Package ai.tock.bot.connector.web.send
Class WebMessageContent
-
- All Implemented Interfaces:
-
ai.tock.bot.connector.web.send.WebMessageContract
public final class WebMessageContent implements WebMessageContract
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtextprivate final List<Button>buttonsprivate final WebDeepLinkdeepLinkprivate final WebCardcardprivate final WebCarouselcarouselprivate final WebWidgetwidgetprivate final WebImageimageprivate final Stringversionprivate final List<Footnote>footnotes
-
Constructor Summary
Constructors Constructor Description WebMessageContent(String text, List<Button> buttons, WebDeepLink deepLink, WebCard card, WebCarousel carousel, WebWidget widget, WebImage image, String version, List<Footnote> footnotes)
-
Method Summary
Modifier and Type Method Description StringgetText()List<Button>getButtons()WebDeepLinkgetDeepLink()WebCardgetCard()WebCarouselgetCarousel()WebWidgetgetWidget()WebImagegetImage()StringgetVersion()List<Footnote>getFootnotes()-
-
Method Detail
-
getButtons
List<Button> getButtons()
-
getDeepLink
WebDeepLink getDeepLink()
-
getCarousel
WebCarousel getCarousel()
-
getVersion
String getVersion()
-
getFootnotes
List<Footnote> getFootnotes()
-
-
-
-