Some why in the next flow the quick replay doesnt work, i cant understand what went wrong i get the message “Choose from I want this or Let’s check other cards.”
Quick replay doesnt work
kcfl
(Khashayar)
#4
That happens to me sometimes too.
A good workaround is using the Bot > Make Custom Request action.
Copy and paste this code for your quick-reply:
{
“text”: “PUT YOUR MESSAGE TEXT HERE”,
“quick_replies”: [
{
“content_type”: “text”,
“title”: “I want this”,
“payload”: “I want this”
},
{
“content_type”: “text”,
“title”: “Let’s check other cards”,
“payload”: “Let’s check other cards”
}
]
}
Change “PUT YOUR MESSAGE TEXT HERE” with the message you retracted from your screenshot.
However, I tested it and your second choice is too big for Facebook. You might want to shorten the text. Here is how it looks for the user: