I was using action_listen
action which was a default action previously when I built a bot for which I didn’t write any Class or Function in the actions.py. Now when I wanted to access the same bot, it is throwing an error telling to add a class inside actions.py which doesn’t make sense as it was a default action which needn’t to written inside actions.py.
I didn’t understand this change, so, I have used this action_extract_slots, but received the same error to add a class inside actions.py.
- If the default actions need the class in the actions.py, what and how should be class and function be?
- If not, what should be done to access them and how to use them?
Any helpful answer would be appreciated.