Skip to content

Dialogflow node for Node-RED. API V2

Notifications You must be signed in to change notification settings

german-st/dialogflowv2

Repository files navigation

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.

About

Dialogflow node for Node-RED. API V2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published