0

I decided to try moving my working Skype bot from the Skype API to the Microsoft Bot Framework. Once the SSL connection was working, I tested sending a message to my actual application from Skype itself. Unfortunately, I didn't notice the part where I'm supposed to use the dev web Skype app; so, my application was receiving messages in the structure defined by the Skype API. It was not receiving messages from the bot framework. So, I deleted the Skype bot.

Now, I've realized that the MBF doesn't seem to actually... do anything? I'm still supposed to create a Skype bot, in addition to having an MBF bot?

At any rate, I'm trying to recreate the Skype bot, but the "Create a new bot" button is greyed out:

3

Right below that is a link that seems to imply that I will be creating the bot on the MBF. But, as mentioned above, the MBF wants me to create a Skype bot:

4

Ahhhhhh!

Community
  • 1
  • 1
Charles Wood
  • 864
  • 8
  • 23

2 Answers2

1
  • If you are creating a brand new bot start here https://dev.botframework.com/bots/new. With the V3 release, creating a bot in the Bot Framework will automatically provision the bot in Skype. (No longer any need to copy keys, etc.) You can always disable the Skype channel it if you choose not to release your bot on Skype.

  • If you are adding Skype to a bot you created before the V3 release you will need to go through the old manual Skype provisioning process (what you are showing in your 2nd screen shot)

Lars
  • 9,976
  • 4
  • 34
  • 40
0

The screenshot of the Bot Framework configuration page you showed above looks out of date. Please could you try clearing the cache with Ctrl-F5 and creating a new Bot Framework bot. You should not need to use the Skype Bot Portal at all.

Nick
  • 61
  • 1