【发布时间】:2021-01-08 08:29:55
【问题描述】:
我有:
- 在 localhost 上运行的相应 Web-App。
- 在 Bot Framework 中活动的 MS 团队的开放通道,始终显示“正在运行”(没有问题)。
- 从 git 下载了一个带有一些预设机器人命令的 VS19 项目。
但是,当我通过 ngrok 托管应用程序并尝试通过团队联系机器人时,会显示带有命令的下拉菜单,但机器人不会回复任何一个。 使用机器人模拟器时,它也不会对任何消息做出反应(见下文)。
You said:
hello
Restart conversation from here
You said:
help
Restart conversation from here
Connectivity Status: Connected
Suggested Actions Container: Is empty
[10:03:51]Connecting to bot on https://localhost:3979/api/messages
[10:03:51]Emulator listening on http://[::]:58187
[10:03:52]-> conversationUpdate
[10:03:52]ngrok listening on https://67fe6eb30077.ngrok.io
[10:03:52]ngrok traffic inspector:http://127.0.0.1:4040
[10:03:52]Will bypass ngrok for local addresses
[10:03:52]POST400directline/conversations/<conversationId>/activities
[10:03:58]-> message hello
【问题讨论】:
-
评论不用于扩展讨论;这个对话是moved to chat。
标签: botframework microsoft-teams