Hi Team,
I am trying to set value of slot via payload but I am getting below error
Can someone help me what I am doing wrong
ERROR rasa.core.nlg.interpolator - Failed to fill utterance template ‘/budget_range {“budget_for2people”: “low”}’. Tried to replace ‘“budget_for2people”: “low”’ but could not find a value for it. There is no slot with this name nor did you pass the value explicitly when calling the template. Return template without filling the template.
intents: budget_range
slots: budget_for2people: type: categorical influence_conversation: true values: - low - medium - high - other
utter_ask_budget_for2people:
- buttons:
- payload: ‘/budget_range {“budget_for2people”: “low”}’ title: Lesser than Rs. 300
- payload: ‘/budget_range {“budget_for2people”: “medium”}’ title: Rs. 300 to 700
- payload: ‘/budget_range {“budget_for2people”: “high”}’ title: More than 700 text: What price range are you looking at?