Hello there!
I鈥檓 very excited about the new RulePolicy
as it allows us to control the business logic of our bot. Unfortunately, I鈥檝e been having many issues so far when trying to use featurized slots within rules (in conditions or within the steps).
I may be misunderstanding how to properly use rules, so are there any examples of bots using Rules with featurized slots?
The documentation points to this example: https://github.com/RasaHQ/rasa/tree/master/examples/rules
However, it is not complete (ie: no NLU data matching the domain, no rules/stories using the only action action_switch_faq
which indicates that the example is not finished).
Thanks a lot for your inputs! Cheers Nico
PS: Some of the issues I鈥檝e been facing:
- Rules without conditions are ignored when featurized slot is set in the conversation: Rules without conditions are ignored when featurized slot is set in the conversation 路 Issue #7265 路 RasaHQ/rasa 路 GitHub
- Invalid rule when training when setting a slot of type float Invalid rule when training when setting a slot of type float 路 Issue #7244 路 RasaHQ/rasa 路 GitHub