1.0.9 • Published 4 years ago

jovo-plugin-chatchip v1.0.9

Weekly downloads
5
License
MIT
Repository
-
Last release
4 years ago

Official ChatChip Plugin

Installation

npm install jovo-plugin-chatchip

Add the following in your Jovo project app.js/app.ts

JS:

const {ChatChip} = require('jovo-plugin-chatchip');

app.use(
    ...
    new ChatChip(),
    ...
)

TS:

import {ChatChip} from 'jovo-plugin-chatchip';

app.use(
    ...
    new ChatChip(),
    ...
)

Usage

Tags

this.$chatchip.addTag('Sample Tag')
this.$chatchip.addTag(['Sample Tag 1', 'Sample Tag 2'])

QuickReplies

this.$chatchip.addQuickReply('Path 1')
this.$chatchip.addQuickReply(['Path 1', 'Path 2']);
1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago