1.6.3 • Published 2 years ago

autoae v1.6.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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

2 years ago

1.6.2

2 years ago

1.6.1

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.10

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago