Facebook Quick_reply doesn't work

Thanks. I had a problem, where an error was showing up; turns out I hadn’t updated to Rasa 1.1.4. My implementation is like so:

utter_language:

- text: "Choose"
  quick_replies:
  - content_type: text
    payload: "french"
    title: "French"
  - content_type: text
    payload: "english"
    title: "English"

I somehow forgot to give feedback. Sorry :sweat_smile: