Hi,
I am new to RASA and I have just installed RASA X with docker (quick installation). I have successfully got it working and able to create stories. Now I want to put my hands on custom actions. Following the docs, I have created a directory named “actions” under /etc/rasa and created 2 files init.py (empty file) and actions.py (with a custom action). Now when I chat with the bot, it detects the intent by does not respond with anything. I am not sure how to see the logs to see if it is even talking the custom action. Can someone please help.