Microsoft Teams chatbots are Azure bots connected to Microsoft Teams. Testing is performed directly on the Azure bot, as it contains all the functionalities of the bot within Microsoft Teams. Azure Bot integration uses the Directline API.
To create the integration, you need to provide the bot ID and the bot Direct Line secret from the Bot Framework. To retrieve these, navigate to your bot in the Microsoft Bot Framework.
Bot ID
On the My bots page, select your desired bot.
Figure 2: My Bots Page
Once on the bot’s page, click on Settings.
Figure 3: Microsoft Bot Page
Copy the Bot handle value and paste it into the Bot ID input on Probe.
Figure 4: Microsoft Bot Handle
Bot Secret
On the bot’s page, click Edit in the Direct Line row.
Figure 5: Microsoft Bot Edit
Copy the Secret key and paste it into the Bot Secret input on Probe.
Figure 6: Microsoft Bot Secret Key
Once you’ve entered the required inputs, click Continue to test your connection and proceed.