How to fetch data from SQL Server by using LUIS and Azure Bot Service
问题 I'm new to BOT and my use case is : I'm trying to create a Bot using Azure bot framework. Which will get some relevant information for user from SQL Server DB hosted in Azure, based on some analysis. Also, I need to integrate this Bot with Azure App service. Right now I'm trying this, used Microsoft Azure bot framework to create a Bot. When I'm hitting the url https://testbot1.azurewebsites.net/api/messages its showing message "Upgrade to WebSocket is required." in the browser. I know some