Azure 聊天机器人-1 环境搭建

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/csharp25/article/details/84679520

安装 bot emulator :https://github.com/Microsoft/BotFramework-Emulator/releases
安装 vs template : https://marketplace.visualstudio.com/items?itemName=BotBuilder.botbuilderv3
或从这个链接下载最新: (本例使用 v3版本)https://marketplace.visualstudio.com/items?itemName=BotBuilder.botbuilderv4

1. 从azure网站创建一个azure bot
2. 下载publish文件并部署
3. 从这里获得 microsoft app id 和 secret : Resource->bot app-> application settings. 放在 web.config
4. 下载并使用bot 模拟器来测试local host : https://github.com/Microsoft/BotFramework-Emulator/releases
5. 也可以在azure 网站使用web chat来测试: Resource -> bot app-> test in web chat


如果遇到问题,可以查看以下两个地方 :
a. web config文件是否包含 microsoft app id 和 secret 
b. 部署时要勾选 'Remove additional files at destination'
参考这个回答 :
https://stackoverflow.com/questions/47853172/waiting-for-bot-to-be-ready-after-deployment?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa

获得html iframe的步骤,在azure portal:
resource ->web bot->channels -> direct line

哪里查看 app id 和 app password ?
resource group-> web bot -> application settings

猜你喜欢

转载自blog.csdn.net/csharp25/article/details/84679520