lpalliyaguru / chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About


Languages

Language:HTML 36.8%Language:JavaScript 32.6%Language:CSS 30.6%