Juan Camilo Cardona
Juan Camilo Cardona

Reputation: 13

Dialogflow bot integrated with Business Skype

I have a bot built with Dialogflow and works perfectly in Telegram and Skype channels. However I need it to be accessed through Skype for business.

Directly from Dialogflow, there is no such integration, so I decided to take a look at Microsoft bot framework where my Skype integration is hosted.

Right there I can see the Skype for business channel option but when I click it, I get prompted to migrate my bot to Azure bots because Skype for business channel is only available in Azure Bot Service.

Skype for Business integration option in Microsoft Bor Framework

Anyone could help me out telling me if this migration will erase all of my bot's logic already built in Dialogflow, forcing me to re build my bot in azure bots service?

I really appreciate any help as I haven´t found any documentation or support regarding this issue.

Upvotes: 1

Views: 3330

Answers (2)

Anita George
Anita George

Reputation: 1153

If you already have a bot that is working and you only need to use the Azure Bot to integrate it with the existing channels, you can simply register your bot in the azure portal with the url to your bot.

Azure Portal Registration

Here is the doc that will help you to register your bot.

Upvotes: 0

Ali Heikal
Ali Heikal

Reputation: 4133

It won't erase anything, and a Roll back migration button will be available in case you need to undo the migration.

The full documentation to that can be found here

Upvotes: 2

Related Questions