| Class | Description |
|---|---|
| AnyMessageEvent |
A
FbBotMillEvent that triggers whenever the users sends a text
message. |
| LocationEvent |
An
FbBotMillEvent that triggers whenever the users sends a location
using a QuickReply button. |
| MessageEvent |
An
FbBotMillEvent that triggers whenever the users sends a text
message that matches an exact String. |
| MessagePatternEvent |
An
FbBotMillEvent that triggers whenever the users sends a text
message that matches a Pattern. |
| QuickReplyMessageEvent |
An
FbBotMillEvent that processes all the incoming callbacks that
contains a specific text message from Facebook's Messenger Platform. |
| 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. |
Copyright © 2017 BotMill. All rights reserved.