-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Quick replies inside conversation? (facebook) #547
Comments
Yes, you can include quick replies in the convo.ask function. |
Fantastic, thanks for the quick replies. 😁 For anyone wanting to see code I got it working like this:
|
@nicgordon quick reply is not working well in botkit we have been trying to use in conversation and bot.reply. The problem is not with it being send but the event(webhook) that it triggers. Facebook says you will get it by post_back in botkit members example they use the title in patterns. I am confuse and at the end all of it is not trigger any webhook. I've tried with post_back(doesn't work) and pattern(sometimes work and sometimes no).
|
@MagSag can you open a fresh issue as a bug, and we will take a look? |
how to send quick reply using |
Hello, I was wondering if it were possible to ask the user a question using
convo.ask
and present them with a list of quick reply options? I can see that quick replies can be done using thebot.reply
functionality however I'm not sure how to work that into a conversation scenario.The text was updated successfully, but these errors were encountered: