| Constructor and Description |
|---|
MessageAutoReply(String replyMessage)
Instantiates a new message 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 MessageAutoReply(String replyMessage)
replyMessage - the replyMessage.public FbBotMillResponse createResponse(MessageEnvelope envelope)
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.