Completely new to Rasa so pls be patient … Running it from a Python script via Agent and getting this warning:
.../RasaVe/lib/python3.7/site-packages/rasa/utils/common.py:351: UserWarning: Interpreter parsed an intent 'movement' which is not defined in the domain. Please make sure all intents are listed in the domain.
More info at https://rasa.com/docs/rasa/core/domains/
The model was created by supplying -d domain.yml to rasa train
command. As i’m not really clear how the domain interacts with the rest of the system i’m also suppying the domain as argument in Agent constructor; none of this works, still getting the above message - otherwise intent prediction works ok.
The ‘movement’ mentioned in the warning message is listed in domain.yml. Any pointers greatly appreciated.