问题
I have built a BOT using Microsoft BOT Framework which works fine, I have tested from BOT Emulator, now I want to integrate it with ASP.Net Application. I tried to figure out how to do it from Web Application but I couldnt find out any tutorials to understand how to pass parameters. Can you give me some tutorials which explains this.
回答1:
The entire BOT Framework SDK is open-source and up on github. There are plenty of examples of how to do this in the CSharp/Samples or Node/examples directories. It is as simple as any other Web API call that you'd make, where it's an HttpPost with the body being the object that the server is capable of deserializing.
来源:https://stackoverflow.com/questions/37114384/integrating-bot-with-asp-net-application