Connecting two bots on Microsoft Bot Framework
问题 How to connect to another deployed bot (may be by using it's botId and secret) from my bot? (Scenario: when my bot does not understand user's query, it has to then forward the query to another bot to check if it knows the answer) 回答1: You could try using 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