Integrating BOT with ASP.Net Application [closed]

扶醉桌前 提交于 2019-12-12 18:14:34

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!