Created
December 14, 2016 16:49
-
-
Save lyzs90/b780166c8710ebaf5cbbcd7cd3f3a52e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let replyMessage = new builder.Message(session).text('To see what\'s available nearby, just send me your location.'); | |
replyMessage.sourceEvent({ | |
facebook: { | |
quick_replies: [{ | |
content_type: 'location' | |
}] | |
} | |
}); | |
session.send(replyMessage); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment