Microsoft Teams

Figure 1: Microsoft Teams Connection Example

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.

My Bots Page
Figure 2: My Bots Page

Once on the bot’s page, click on Settings.

My Bots Settings
Figure 3: Microsoft Bot Page

Copy the Bot handle value and paste it into the Bot ID input on Probe.

Bot Handle
Figure 4: Microsoft Bot Handle

Bot Secret

On the bot’s page, click Edit in the Direct Line row.

Direct Line Edit
Figure 5: Microsoft Bot Edit

Copy the Secret key and paste it into the Bot Secret input on Probe.

Direct Line Edit
Figure 6: Microsoft Bot Secret Key

Once you’ve entered the required inputs, click Continue to test your connection and proceed.

Last updated