问题
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 will talk to their bot.
Here and here you will find some C# samples on how to use the API.
来源:https://stackoverflow.com/questions/43853535/connecting-two-bots-on-microsoft-bot-framework