i'm having problems with the quick_reply in the facebook messenger chat bot;
the problem is: i created a 2 option quick reply button but i don't know how continue the flow after the click of one of the 2 button.
here the code: https://glitch.com/edit/#!/daffodil-authorization?path=app.js:267:3
how it works?: if u tap "what is the meaning of life", 2 quick reply button will appear "42" and "chocolate", but at the click, the bot will answer you as usual (repeating what you write); how can i allow the bot to listen "42" or "chocolate" and go on with something else?