1.3.12 • Published 4 years ago

@kiina/dialogflow-to-outgoing v1.3.12

Weekly downloads
10
License
MIT
Repository
bitbucket
Last release
4 years ago

Dialogflow to Outgoing

This package contains a function that makes the mapping between the models which come from Dialogflow to the models expected by the Outgoing framework to make it possible to directly send the content to the Bot.

Installation

install the dependencies

npm install

Usage

const dialogflowToOutgoing = require('dialogflow-to-outgoing');

const dialogflowModel = { ... };

const contentModel = dialogflowToOutgoing(dialogflowModel);
...
1.3.12

4 years ago

1.3.11

4 years ago

1.3.10

4 years ago

1.3.9

4 years ago

1.3.8

4 years ago

1.3.7

4 years ago

1.3.6

5 years ago