简体   繁体   English

Microsoft Bot框架无法验证Skype配置中的凭据

[英]Microsoft bot framework unable to validate credentials in skype configuration

I am developing a bot using the Microsoft Bot Framework, I can test it from the "my bots" section and it is working fine but when I add it to skype it simply doesn't answer, I go to the "configure skype ( https://skype.botframework.com/ )" section in the MS Bot framework and in the 5th step says "Unable to validate the given credentials.", I am not sure if the skype Bot Id and App Id are the same key? 我正在使用Microsoft Bot Framework开发一个机器人,我可以在“我的机器人”部分中对其进行测试,并且工作正常,但是当我将其添加到Skype时,它根本无法回答,我转到“配置skype( https MS Bot框架中的“ ://skype.botframework.com/” )部分,并在第5步中显示“无法验证给定的凭据。”,我不确定skype Bot ID和App ID是否为同一密钥? or where do i find them? 或在哪里找到它们? Thanks 谢谢

Yes skype bot ID and App ID is same. 是,Skype漫游器ID和应用ID是相同的。

  1. First create a bot in Application Registration Center as an application. 首先在“ 应用程序注册中心”中创建一个机器人作为应用程序。
  2. After you create new application you can find Both Application ID and Application secret from there where you can enter in you 5th step. 创建新应用程序后,您可以从此处找到“应用程序ID”和“应用程序密码”,并在其中输入第5步。
  3. Before that got to skype bot management portal and create your bot with same application Id you had generated before. 在此之前,您需要进入Skype机器人管理门户并使用之前生成的相同应用程序ID创建您的机器人。
  4. Finally don't forget to add message calling back URL for the bot as in configuration page. 最后,不要忘记在配置页面中添加消息,以回叫该机器人。

Then you are ok to go with your Skype bot. 然后,您可以选择使用Skype机器人了。 Cheers! 干杯!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM