I have successfully integrated with Telegram bot. When i send any message “Hi”. This message is getting in action.py as “/hi”. So This is being considered as intent “hi”. while it should be consider intent “greet”.
Can any tell how can we solve this?