Julian, there is an image of my actions.py file on my second post. I will try that.
But I just tried, this. Ran the “rasa run actions” command and then executed “rasa x” command in another terminal.
Retrained my model. Got these errors/warnings in the second terminal where I executed “rasa x”:
2019-06-12 12:56:15 WARNING rasa.core.training.dsl - Found unknown intent ‘book_hotel’ on line 8. Please, make sure th at all intents are listed in your domain yaml. 2019-06-12 12:56:15 WARNING rasa.core.domain - Failed to use action ‘action_get_hotel_link’ in history. Please make su re all actions are listed in the domains action list. If you recently removed an action, don’t worry about this warning. It should stop appearing after a while.
