After adding statement from rasa.core.channels.channel import UserMessage
to trackers.py, I am getting this error --> ImportError: cannot import name 'INTENT_MESSAGE_PREFIX
.
Without this statement the code has no problem. Don’t know why this is happening because the class UserMessage exists in channel.py.