| Constructor and Description |
|---|
AttachmentAutoReply(AttachmentType attachmentType,
String url)
Instantiates a new attachment 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, getLocationMessage, safeGetMessage, safeGetPostbackPayload, safeGetQuickReplyPayload, safeGetRecipient, safeGetRecipientId, safeGetSender, safeGetSenderId, validatepublic AttachmentAutoReply(AttachmentType attachmentType, String url)
attachmentType - the attachmentType.url - the url.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.