I am new to using Rasa and stack overflow as well. I am creating a restaurant search bot in Rasa but I am stuck with an issue in buttons.
utter_ask_budget:
- buttons:
- payload: cheap
title: Lesser than Rs. 300
- payload: medium
title: Rs. 300 to 700
- payload: expensive
title: More than 700
text: what is your budget?
I created this response and it shows buttons when it asks for budget but issue is it also shows a text input field so that user can enter a custom value in that field. I don't want that to happen. I want to restrict the response to buttons only no text field. I checked on Rasa forum but I couldn't understand the answer.
So turned to stack overflow community.
I would appreciate any help with this issue
Thanks