/chat

Primary LanguageHTML

Chat Bot

Simply copy paste the Aura.html to youragentname.html. And replace below values in the HTML file.

1. Change the values

var accessToken = "<your agents access token>";
var baseUrl = "https://api.dialogflow.com/v1/";
var agentName = '<Your Agent name>';

2. Branding

Change the Header.

<div class="header-wrapper"> <div class=""><p><strong>YOUR AGENT NAME </strong></p></div> <div class="b-agent-demo_header-description">YOUR AGENT DESCIRPTION </div> </div>