-
- All Implemented Interfaces:
-
ai.tock.bot.connector.web.send.WebMessageContract
public final class WebMessageContent implements WebMessageContract
-
-
Constructor Summary
Constructors Constructor Description WebMessageContent(String text, List<Button> buttons, WebDeepLink deepLink, WebCard card, WebCarousel carousel, WebWidget widget, WebImage image, String version)
-
Method Summary
Modifier and Type Method Description StringgetText()List<Button>getButtons()WebDeepLinkgetDeepLink()WebCardgetCard()WebCarouselgetCarousel()WebWidgetgetWidget()WebImagegetImage()StringgetVersion()-
-
Constructor Detail
-
WebMessageContent
WebMessageContent(String text, List<Button> buttons, WebDeepLink deepLink, WebCard card, WebCarousel carousel, WebWidget widget, WebImage image, String version)
-
-
Method Detail
-
getButtons
List<Button> getButtons()
-
getDeepLink
WebDeepLink getDeepLink()
-
getCarousel
WebCarousel getCarousel()
-
getVersion
String getVersion()
-
-
-
-