This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Chat Bot --> | |
<button onclick="openChat()" role="openchatbutton" class="open-button"> | |
<i class="fa fa-4x fa-comments"></i> | |
</button> | |
<div role="openchat" id="chatWindow" class="chat-popup" style="order: 3; position: relative; width: 400px; min-width: 400px; height: 100%;"> | |
<div> | |
<div id="webchat" role="main" id="webchat"></div> | |
</div> | |
<script src="https://cdn.botframework.com/botframework-webchat/latest/webchat.js"></script> |