autoae
v1.6.3
Published
A Q&A Chat Widget powered by AutoAE
Downloads
5
Readme
Demo
A live demo can be found here
Q&A Chat Widget
Deliver the power of AutoAE to your users through Q&A, a state-of-the-art conversational interface you can easily build into your existing application.
Quick Start
Using npm:
$ npm install autoae
Import the Q&A Widget
import { QAChat } from 'autoae'
Instance the widget
var chat = new QAChat('#qa-container', {
isVisible: false,
placement: 'right-bottom',
resizable: true,
fullScreen: false,
themeConfig: {
theme: 'light'
},
authentication: {
projectId: 'your-project-id',
apiKey: "your-api-key",
},
})