node-red-contrib-dialogflowv2-api
v1.0.4
Published
Dialogflow node for Nore-RED. Support API v2 dialogflow.com
Downloads
9
Maintainers
Readme
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.