autoae

1.6.3 • Public • Published

Q&A Chat Widget powered by AutoAE

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",
    },
})

/autoae/

    Package Sidebar

    Install

    npm i autoae

    Weekly Downloads

    2

    Version

    1.6.3

    License

    ISC

    Unpacked Size

    113 kB

    Total Files

    11

    Last publish

    Collaborators

    • bwozak
    • oscar_rinro