How to configure structured input with buttons?

I want to have buttons as part of my bot, below is my domain file configuration:

intents:

  • orderStatus
  • affirm
  • sad

actions:

  • utter_ orderStatus

templates: utter_orderStatus:

  • text: “Confirm the order status” buttons:
    • title: “Passed” payload: “/intent_affirm”
    • title: “Failed” payload: “/intent_sad”

Buttons are not coming in the UI ? Plz guide me, where I’m doing wrong and what extra I need to configure