Integrate Rasa bot with microsoft teams

Hi @Jones & @kumaramitsrivastava,

I’ve deployed couple bots on microsoft Teams, the first one was tricky and Microsoft showed us the way to do it.

The trick we used is to create a package Teams and select “CreateBot” (the easiest way is with App Studio creation, but you can also do it with a XML file). Once you have created the app, it creates an App ID and a secret key which you need to specify in your credentials.yml .

Moreover Teams requires (or maybe it’s due to our company conf) an HTTPS links, so you need to secure your server with SSL.