New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@kiina/dialogflow-to-outgoing

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kiina/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.

  • 1.3.10
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
4
Weekly downloads
 
Created
Source

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);
...

FAQs

Package last updated on 29 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc