Class WhatsAppBotActionButton
-
- All Implemented Interfaces:
public final class WhatsAppBotActionButton
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final WhatsAppBotActionButtonReplyreply
-
Constructor Summary
Constructors Constructor Description WhatsAppBotActionButton(String type, WhatsAppBotActionButtonReply reply)
-
Method Summary
Modifier and Type Method Description final StringgetType()final WhatsAppBotActionButtonReplygetReply()final ChoicetoChoice()-
-
Constructor Detail
-
WhatsAppBotActionButton
WhatsAppBotActionButton(String type, WhatsAppBotActionButtonReply reply)
-
-
Method Detail
-
getReply
final WhatsAppBotActionButtonReply getReply()
-
toChoice
final Choice toChoice()
-
-
-
-