我正在按照说明运行示例https://github.com/microsoft/BotBuilder-Samples/tree/master/samples/csharp_dotnetcore/13.core-bot。但是当我在 Bot Emulator 中测试机器人时,我得到了TurnError
, "Response status code does not indicate success: 404 (Not Found)."
我该如何解决这个问题?
以下是我发送“Hello”后在 Visual Studio 中显示的调试消息:https ://gist.github.com/wendingp/bebf9caa7643c389a08c7cf67f0a6fcd 。(欢迎卡效果很好,所以我没有包含这些信息)