Posts

Showing posts from March, 2019

Chat Bot

Image
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         }         #webchat {             height: 95%;             width: 100%;         }     </style> </head> <body>     <div style="width: 100%;height:30px;background-color:dee