Class WhatsAppBotAction
-
- All Implemented Interfaces:
public final class WhatsAppBotAction
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringbuttonprivate final List<WhatsAppBotActionButton>buttonsprivate final List<WhatsAppBotActionSection>sectionsprivate final StringcatalogIdprivate final StringproductRetailerId
-
Constructor Summary
Constructors Constructor Description WhatsAppBotAction(String button, List<WhatsAppBotActionButton> buttons, List<WhatsAppBotActionSection> sections, String catalogId, String productRetailerId)
-
Method Summary
Modifier and Type Method Description final StringgetButton()final List<WhatsAppBotActionButton>getButtons()final List<WhatsAppBotActionSection>getSections()final StringgetCatalogId()final StringgetProductRetailerId()-
-
Constructor Detail
-
WhatsAppBotAction
WhatsAppBotAction(String button, List<WhatsAppBotActionButton> buttons, List<WhatsAppBotActionSection> sections, String catalogId, String productRetailerId)
-
-
Method Detail
-
getButtons
final List<WhatsAppBotActionButton> getButtons()
-
getSections
final List<WhatsAppBotActionSection> getSections()
-
getCatalogId
final String getCatalogId()
-
getProductRetailerId
final String getProductRetailerId()
-
-
-
-