| Package | Description |
|---|---|
| co.aurasphere.botmill.fb.model.api.messengerprofile.persistentmenu | |
| co.aurasphere.botmill.fb.model.outcoming.template.button |
| Modifier and Type | Method and Description |
|---|---|
ButtonType |
CallToActionNested.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
CallToActionNested.setType(ButtonType type) |
| Constructor and Description |
|---|
CallToActionNested(String title,
ButtonType type)
Instantiates a new call to action.
|
| Modifier and Type | Field and Description |
|---|---|
protected ButtonType |
Button.type
The button type.
|
| Modifier and Type | Method and Description |
|---|---|
ButtonType |
Button.getType()
Gets the type.
|
static ButtonType |
ButtonType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ButtonType[] |
ButtonType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Button.setType(ButtonType type)
Sets the type.
|
| Constructor and Description |
|---|
PostbackButton(String title,
ButtonType type,
String payload)
Instantiates a new postback button.
|
Copyright © 2017 BotMill. All rights reserved.