| Package | Description |
|---|---|
| co.aurasphere.botmill.fb.model.outcoming.factory |
| Modifier and Type | Field and Description |
|---|---|
protected AttachmentMessageBuilder |
TemplateBaseBuilder.messageBuilder
The delegated builder for a message containing a template.
|
| Modifier and Type | Method and Description |
|---|---|
static AttachmentMessageBuilder |
ReplyFactory.addAudioAttachment(String url)
Adds an audio attachment to the response.
|
static AttachmentMessageBuilder |
ReplyFactory.addFileAttachment(String url)
Adds a file attachment to the response.
|
static AttachmentMessageBuilder |
ReplyFactory.addImageAttachment(String url)
Adds an image attachment to the response.
|
AttachmentMessageBuilder |
AttachmentMessageBuilder.addQuickReply(QuickReply reply)
Adds a
QuickReply to the current object. |
AttachmentMessageBuilder |
AttachmentMessageBuilder.addQuickReply(String title,
String payload)
Adds a
QuickReply to the current object. |
static AttachmentMessageBuilder |
ReplyFactory.addVideoAttachment(String url)
Adds a video attachment to the response.
|
Copyright © 2017 BotMill. All rights reserved.