| Modifier and Type | Field and Description |
|---|---|
protected FbBotMillEvent |
FbBot.event
The
FbBotMillEvent object created by this class for each
annotated method. |
| 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. |
| 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 |
AnyEvent
An
FbBotMillEvent that processes all the incoming callbacks from
Facebook Messenger Platform. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasePatternEvent
Base class for a
FbBotMillEvent that triggers when a pattern is
matched. |
class |
BaseStringEvent
Base class for a
FbBotMillEvent that triggers when an exact text is
matched, case sensitive or not. |
| Modifier and Type | Class and Description |
|---|---|
class |
AnyMessageEvent
A
FbBotMillEvent that triggers whenever the users sends a text
message. |
class |
LocationEvent
An
FbBotMillEvent that triggers whenever the users sends a location
using a QuickReply button. |
class |
MessageEvent
An
FbBotMillEvent that triggers whenever the users sends a text
message that matches an exact String. |
class |
MessagePatternEvent
An
FbBotMillEvent that triggers whenever the users sends a text
message that matches a Pattern. |
class |
QuickReplyMessageEvent
An
FbBotMillEvent that processes all the incoming callbacks that
contains a specific text message from Facebook's Messenger Platform. |
class |
QuickReplyMessagePatternEvent
An
FbBotMillEvent that processes all the incoming callbacks that
contains a text message which matches against a defined pattern from
Facebook's Messenger Platform. |
| Modifier and Type | Class and Description |
|---|---|
class |
AnyPostbackEvent
A
FbBotMillEvent that triggers whenever the users sends a payload
back by pressing a button or similar. |
class |
PostbackEvent
An
FbBotMillEvent that triggers whenever the users sends a a payload
back by pressing a button or similar that matches an exact String. |
class |
PostbackPatternEvent
An
FbBotMillEvent that triggers whenever the users sends a a payload
back by pressing a button or similar that matches a Pattern. |
Copyright © 2017 BotMill. All rights reserved.