Package ai.tock.bot.connector.web
Class WebButton
-
- All Implemented Interfaces:
@Deprecated(message = "Use the WebBuilders methods to create buttons") public final class WebButton
-
-
Method Summary
Modifier and Type Method Description final StringgetTitle()final StringgetPayload()final StringgetImageUrl()final ChoicetoChoice()-
-
Method Detail
-
getPayload
final String getPayload()
-
getImageUrl
final String getImageUrl()
-
toChoice
final Choice toChoice()
-
-
-
-