How to give Quick replies in domain.file using "custom" for Facebook quick replies

Hi, I am creating rasa bot and connecting Facebook also. But it’s supporting only 3 buttons.So now i am trying to quick replies. But how to define in domain.yml file using custom

I am trying

utter_Location:

- text: "Share your location"
  custom:
  quick_replies:
  - type: "text"
  - title: "Hyd"
    payload: "/More"

But it’s not working

@Bunny99 Try this one…

  utter_greet:
  - text: Hello! I am shivang patel! How can I help?
    image: "https://i.imgur.com/nGF1K8f.jpg"
    quick_replies:
    - title: "great"
      payload: "great"
    - title: "super sad"
      payload: "super sad"
2 Likes