| Package | Description |
|---|---|
| co.aurasphere.botmill.fb.model.outcoming.factory |
| Modifier and Type | Method and Description |
|---|---|
ButtonTemplateBuilder |
ButtonTemplateBuilder.addButton(Button button)
Adds a button to the current template.
|
static ButtonTemplateBuilder |
ReplyFactory.addButtonTemplate(String message)
Adds a Button Template to the response.
|
ButtonTemplateBuilder |
ButtonTemplateBuilder.addPhoneNumberButton(String title,
String phoneNumber)
Adds a button with a phone number to the current template.
|
ButtonTemplateBuilder |
ButtonTemplateBuilder.addPostbackButton(String title,
String payload)
Adds a button which sends a payload back when clicked to the current
template.
|
ButtonTemplateBuilder |
ButtonTemplateBuilder.addUrlButton(String title,
String url)
Adds a button which redirects to an URL when clicked to the current
template.
|
ButtonTemplateBuilder |
ButtonTemplateBuilder.addUrlButton(String title,
String url,
WebViewHeightRatioType ratioType)
Adds a button which redirects to an URL when clicked to the current
template.
|
Copyright © 2017 BotMill. All rights reserved.