| Package | Description |
|---|---|
| co.aurasphere.botmill.fb | |
| co.aurasphere.botmill.fb.actionframe | |
| co.aurasphere.botmill.fb.autoreply |
| Modifier and Type | Method and Description |
|---|---|
void |
FbBot.addActionFrame(FbBotMillEvent event,
AutoReply... replies)
Adds an
ActionFrame to this bot with multiple reply. |
void |
FbBot.addActionFrame(FbBotMillEvent event,
AutoReply reply)
Adds an
ActionFrame to this bot. |
protected void |
FbBot.reply(AutoReply... replies)
This method is used to create multiple replies.
|
protected void |
FbBot.reply(AutoReply reply)
This method is used to create a reply.
|
| Modifier and Type | Method and Description |
|---|---|
AutoReply[] |
ActionFrame.getReplies()
Gets the replies.
|
AutoReply |
ActionFrame.getReply()
Gets the reply.
|
| Constructor and Description |
|---|
ActionFrame(FbBotMillEvent event,
AutoReply... replies)
Instantiates a new action frame with multiple / collection replies.
|
ActionFrame(FbBotMillEvent event,
AutoReply reply)
Instantiates a new action frame.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActionAutoReply
An
AutoReply that replies with a TypingAction. |
class |
AttachmentAutoReply
An
AutoReply that replies with a file, video, image or audio
attachment. |
class |
EchoAutoReply
An
AutoReply that replies with the last received message. |
class |
LambdaAutoReply
An
AutoReply whose reply is defined by a Java 8 Lambda function. |
class |
MessageAutoReply
An
AutoReply that replies with a specified message. |
Copyright © 2017 BotMill. All rights reserved.