Hi guys!
I am having fun building a conversational agent using Rasa 2.0. Here’s the question:
With the new RulePolicy, there’s a new way to manage faqs and chitchat. I am building a reservation bot which works in the healthcare domain. Basically, I have a bunch of tests the patient can reserve, and every test has its own “pre-test” recommendations.
I grouped up all the tests in a single entity label, named “test”. In this big group, according to the kind of recommendation, I created sub-groups which have in common the same recommendations. Is there a way to set a rule to answer faqs according to entities role?
Andrea