Facebook Quick Replies Error

Hi,

I have used the Facebook Quick replies as described here: Facebook Messenger

  utter_fb_quick_reply_example:
   - text: Hello World!
     quick_replies:
       - title: Text quick reply
         payload: /example_intent
       - title: Image quick reply
         payload: /example_intent
         image_url: http://example.com/img/red.png

But I’m getting the following issue:

YamlValidationException: Failed to validate '/home/ubuntu/restaurant_bot/domain.yml'. Please make sure the file is correct and all mandatory parameters are specified. Here are the errors found during validation:
  in /home/ubuntu/restaurant_bot/domain.yml:106:
      Key 'quick_replies' was not defined. 

I have validated the YAML there is no formatting error and when I change quick replies to buttons, it works fine.

Rasa Version I’m currently using is 2.0.0

Thank you, Murtuza

2 Likes

did you handle this ?

@Rasa Can we have a solution!, i am also stuck in here.

It seems facebook quick reply was depreciated? Use custom instead