Hi,
This error is shown while defining the slot mappings in the form in the domain file.
The definition of slot mappings in your form should always be preceded by the keyword required_slots. The lack of this keyword will be deprecated in Rasa Open Source 3.0.0.
This error persists even after adding the ‘required_slots’ in the domain file.
One more error in the faq of domain file:
UserWarning: Issue found in ‘data\rules.yml’ while parsing story rule:
User intent ‘faq/ask_service_request_category’ is a full retrieval intent. Stories shouldn’t contain full retrieval intents. Rasa Open Source will only use base intent ‘faq’ for training.
This error also persists even after making the ‘is_retrieval_intent:’ false in the domain file.
Thanks a lot
I gave no examples for those as I’m using buttons for that in the domain file. It’s not user natural language input, so, it’s pre-defined values for slots.