I am building a Chat Bot with Dialogflow and Telegram - Python Flask web hook.
I am having trouble starting the conversation.
When I type '/Start', with a capital 'S' then is works. When I type '/start' with a lowercase 's', then it fails with the fall back intent.
I deleted the default welcome intent.
How do I start the conversion with the lowercase '/start' as well as the uppercase start '/Start'.
Thanks