itsjhonny
(João Pedro Guimarães)
7
Hi! 
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 
This is how i get user message
text = request.json.get("text")
references: