1.0.4 • Published 5 years ago

node-red-contrib-dialogflowv2-api v1.0.4

Weekly downloads
82
License
ISC
Repository
github
Last release
5 years ago

NPM

npm

README

Dialogflow node for Node-RED. Uses new version API V2. Receives a text request for input. As a result, we get the full response from Dialogflow API.

The code for the node was forked and slightly simplified. Thank you very much guidone for RedBot

Install

Install latest release: npm i -g node-red-contrib-dialogflowv2-api

Inputs

msg.payload string

The text of our request for NLP

Outputs

msg._dialogflow Object

Result. Object from Dialogflow API response for our text request.

Details

msg.payload Not affected or processed. The output remains the same.