我上周开始学习bot框架,我决定从默认的bot项目开始,它返回你的输入和它的字符数。但遗憾的是,我无法在僵尸模拟器中测试僵尸网络应用程序。它不能发送我的输入。它显示"无法发送"每当我转发输入。 我的端点url http://localhost:3979/api/messages/正确写在那里。 可能有什么不对?我只是机器人框架和机器人构建的先驱。
答案 0 :(得分:5)
由于我不知道您要执行的确切代码,我建议您再次检查几点。
检查点:
答案 1 :(得分:0)
检查您的visual studio .bot文件。应该是这样的。。。
{
"name": "EmulatorBot",
"description": "",
"services": [
{
"type": "endpoint",[enter image description here][1]
"endpoint": "http://localhost:3978/api/messages",
"name": "EmulatorBot20181123022900",
"id": "25"
}
],
"padlock": "",
"version": "2.0",
"path": "C:\\Users\\suraj.tiwari\\Desktop\\Bot NK\\EmulatorBot\\EmulatorBot.bot",
"overrides": null
}
为您的漫游器添加一个端点
Endpoint url : http://localhost:3978/api/messages
Name : EmulatorBot20181123022900