I am unable to figure out a way to use rasa_slots for this purpose, Can anyone give any example, the default example given doesn’t work on rasa documentation page.
Requirement:-
need story/rule which ignores if an entity is passed in the sentence otherwise asks a question for that
Examples:-
conv1:-
user: i want to eat pizza
bot: okay sure
conv2:-
user: i want to eat
bot: what do you want to eat?
user: pizza
bot: okay sure
Rasa Form Bot Example also not working
i am looking for a restaurant
All done! I am going to run a restaurant search using the following parameters:
- cuisine: None
- num_people: None
- outdoor_seating: None
- preferences: None
- feedback: None
Thanks in advance.