Alter user message text

Hi! :smiley:

You have two ways to do it. Make the change in frontend, when the user click “send” and frontend make post to rasa or…

Build a custom channel to do it

Look my custom_channel.py i think it will help you :smiley:

This is how i get user message

text = request.json.get("text") 

references: