node-red-contrib-dialogflowv2-api

1.0.4 • Public • Published

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.

Dependencies (7)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i node-red-contrib-dialogflowv2-api

    Weekly Downloads

    0

    Version

    1.0.4

    License

    ISC

    Unpacked Size

    648 kB

    Total Files

    7

    Last publish

    Collaborators

    • german-st