botframework - 在 Microsoft Bot Framework 上连接两个机器人

标签 botframework

如何从我的机器人连接到另一个已部署的机器人(可能是通过使用它的 botId 和 key )? (场景:当我的机器人无法理解用户的查询时,它必须将查询转发给另一个机器人以检查它是否知道答案)

最佳答案

您可以尝试使用 Direct Line。

The Direct Line API is a simple REST API for connecting directly to a single bot. This API is intended for developers writing their own client applications, web chat controls, mobile apps, or service-to-service applications that will talk to their bot.

Herehere您将找到一些有关如何使用 API 的 C# 示例。

关于botframework - 在 Microsoft Bot Framework 上连接两个机器人,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43853535/

相关文章:

c# - 机器人框架禁用用户输入框

c# - 如何摆脱警告 "Bot Framework State API is not recommended for production environments, and may be deprecated in a future release."

c# - System.Net.Http.HttpRequestException(微软机器人框架)

json - Microsoft Bot Framework 在 Prompts.choice 中使用变量

Azure Bot Service Direct Line API v3.0 在开始对话时不断抛出 403 错误

botframework - 聊天机器人在模拟器和 Azure 门户中工作,但在网络聊天中无法正常启动

node.js - 测试 Microsoft Bot Framework 异步回复

c# - [机器人框架] : How to fix:Welcome message is not getting displayed to the user in C# WebChatBot developed in V4 but displayed in Emulator?

azure - Bot Framework SDK4 - 'deploy.cmd' 未被识别为内部或外部命令、可操作程序或批处理文件

c# - 将具有 LUIS AI 的机器人发布到 Azure 但在本地工作正常时出现 “No such host is known.” 错误