| Package | Description |
|---|---|
| co.aurasphere.botmill.fb.model.outcoming.factory |
| Modifier and Type | Method and Description |
|---|---|
GenericTemplateBuilder |
GenericTemplateBuilder.addElement(GenericTemplateElement element)
Adds a
GenericTemplateElement to this template. |
static GenericTemplateBuilder |
ReplyFactory.addGenericTemplate()
Adds a Generic Template to the response.
|
GenericTemplateBuilder |
GenericTemplateBuilder.addQuickReply(QuickReply reply)
Adds a
QuickReply to the current object. |
GenericTemplateBuilder |
GenericTemplateBuilder.addQuickReply(String title,
String payload)
Adds a
QuickReply to the current object. |
GenericTemplateBuilder |
GenericTemplateElementBuilder.endElement()
Builds the current object, adds it to the parent builder and returns the
parent builder.
|
Copyright © 2017 BotMill. All rights reserved.