Chat Bot
How Chatbot work? https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-basics?view=azure-bot-service-4.0&tabs=csharp Azure Bot Channel regisration: 1. Create resource group 2. Create Microsoft id and Password for Bot manualy and update in appsetting.json. 3. Rezgister the bot channel and set https url. Passing Custom parameter Jquery to chat bot framework: Jquery Code: <html> <head> <title>GeniEbix</title> <script src="https://cdn.botframework.com/botframework-webchat/master/webchat.js"></script> <style> html, body { height: 100% } body { margin: 0 } #webc...
Comments
Post a Comment