I made a normal bot by using Microsoft Bot Framework and has deployed it to the Azure portal. I tested it in web chat and it works fine. I’m building this bot for Teams. I would like to test the bot in the Teams channel before I proceed with further development.
How can I possibly make it a Teams app. I checked some sample code on Github and noticed that general bots are a bit different from Teams bots, for example, general bots extend ActivityHandler but Teams bots extend TeamsActivityHandler. May I ask how can I turn my bot into a Teams app? Do I need to alter the code of the bot I made a lot?
In the teams app -> Add app -> manage your apps -> Upload custom app. I get only the following optionenter image description here
My goal is to test the app which I tested in web chat in Teams. Any help will be appreciated.
Vishnu Dut is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.