@kiina/dialogflow-to-outgoing
v1.3.12
Published
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.
Downloads
6
Keywords
Readme
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);
...