I have a bot framework published on Azure that is working fine, according to my emulator. I developed this bot to use it on the app (Xamarin) that I am developing (C#). However, I don't know how to communicate with my bot. I need someway to send "strings" and get the "strings" answered by the bot. How can I establish a connection and a conversation with my bot?
Any code tutorial available?
My bot is published on https://XXXXXX.azurewebsites.net/api/messages .
Thank you in advance!