1.6.3 • Published 3 years ago
autoae v1.6.3
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",
},
})
1.6.3
3 years ago
1.6.2
3 years ago
1.6.1
3 years ago
1.5.1
4 years ago
1.5.0
4 years ago
1.4.0
4 years ago
1.3.0
4 years ago
1.2.0
4 years ago
1.2.3
4 years ago
1.2.2
4 years ago
1.2.1
4 years ago
1.1.10
4 years ago
1.1.9
4 years ago
1.1.8
4 years ago
1.1.7
4 years ago
1.1.6
4 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.1.1
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago