My bot fails to extract information trough button

how can solve it and plz in just give quick example

buttons:

- title: "great"
  payload: "great"
- title: "super sad"
  payload: "super sad" 

if user click on great they said good I used form actions to extract slot in the other case that show you pictures I wrote if

slot == “great”

displatcher_uter(“good”)

else displatcher_uter(" click here to see that wonderful pic ") plz help

hi @hajoura - unfortunately I’m not sure what exactly is wrong. Can you please post an example of a conversation that doesn’t work (you can run rasa shell --debug for example)