public class ActionAutoReply extends AutoReply
AutoReply that replies with a TypingAction.| Constructor and Description |
|---|
ActionAutoReply(TypingAction typingAction)
Instantiates a new action auto reply.
|
| Modifier and Type | Method and Description |
|---|---|
FbBotMillResponse |
createResponse(MessageEnvelope envelope)
Method which defines the response to send back as a response to the
current message.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
eventKind, getAudioMessage, getFileMessage, getImageMessage, getLocationMessage, getVideoMessage, safeGetMessage, safeGetPostbackPayload, safeGetQuickReplyPayload, safeGetRecipient, safeGetRecipientId, safeGetSender, safeGetSenderId, validatepublic ActionAutoReply(TypingAction typingAction)
typingAction - the typingAction.public FbBotMillResponse createResponse(MessageEnvelope envelope)
TypingAction.createResponse in interface ReplycreateResponse in class AutoReplyenvelope - the current message.FbBotMillResponse which contains the response to the
current message.Copyright © 2017 BotMill. All rights reserved.