Skip to content

anycover/aws-lex-web-ui

 
 

Repository files navigation

Sample Amazon Lex Web Interface

Purpose

This repository contains the code for the UI of chatbot of the main website : https://customers.anycover.co/

Overview

This is a sample Amazon Lex web interface. It provides a chatbot UI component that can be integrated in your website. The interface allows a user to interact with a Lex bot directly from a browser using text or voice.

Getting Started

  • Clone the repo.
  • Navigate to the folder in your Local Machine.
  • Install the development dependencies with the command: npm install.
  • Run the application using the following command: npm run dev.
  • The desired output will now be available at localhost:8000.

For a more advanced local host development and test environment, see the Dependencies and Build Setup documentation of the chatbot UI component.

About

Sample Amazon Lex chat bot web interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 61.6%
  • Vue 17.3%
  • Python 9.0%
  • HTML 5.3%
  • Makefile 2.9%
  • CSS 2.4%
  • Shell 1.5%