| Package | Description |
|---|---|
| co.aurasphere.botmill.fb.model.outcoming.factory |
| Modifier and Type | Method and Description |
|---|---|
ListTemplateBuilder |
ListTemplateBuilder.addButton(Button button)
Add a
Button to this template. |
ListTemplateBuilder |
ListTemplateBuilder.addElement(ListTemplateElement element)
Adds a
ListTemplateElement to this template. |
static ListTemplateBuilder |
ReplyFactory.addListTemplate()
Adds a List Template to the response.
|
ListTemplateBuilder |
ListTemplateBuilder.addQuickReply(QuickReply reply)
Adds a
QuickReply to the current object. |
ListTemplateBuilder |
ListTemplateBuilder.addQuickReply(String title,
String payload)
Adds a
QuickReply to the current object. |
ListTemplateBuilder |
ListTemplateElementBuilder.endElement()
Builds the current object, adds it to the parent builder and returns the
parent builder.
|
ListTemplateBuilder |
ListTemplateBuilder.setTopElementStyle(TopElementStyle topElementStyle)
Sets/Adds a
TopElementStyle to the list template payload. |
Copyright © 2017 BotMill. All rights reserved.