Skip to content
 
 

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot Widget

Chatbot webapp is a chatbot wizard.

Usage

  • Copy dist folder to project.
  • Just add following markup to any page or add new html file with this content:
<script>
  fullPage = false;
  chatbot_identifier = 'chatbot-widget';
  botName = '<lex-bot>'
  awsRegion = '<aws-region>'
  awsCognitoPoolId = '<aws-cognito-pool>'
</script>
<div id="chatbot-widget" data-username="Hey User">
<script src="dist/bundle.min.js"></script>

Change the botName, awsRegion, awsCognitoPoolId and bundle file path.

Build

install packages: npm install run bundle task: gulp bundle

It will create dist directory and place minifies CSS and JS files in it. Always use minified files in production.

Response Templates

See the response.md file for expected response format.

About

AWS lex web-app interface

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages