Tobias
(Tobias )
1
Hi,
I´ve tried to implement buttons in Rasa x. Luckily it worked perfectly.
Unfortunately, the buttons aren´t listed among themselves.
So, my questions is how to list them for my testers down each other.
Here you can see the problem:
My domain looks like this:
Thank you in advanced!
1 Like
ravikrcs
(Ravi Kumar)
2
You have to Update Rasa X
Hi @Tobias,
please check your buttons and title payload
utter_how_old:
- text: How old are you?
buttons:
-
title: 18-25
payload: /age_a
you gave payload as title and title as payload.
hope you have understood