NGRP / node-red-contrib-viseo

Node-RED nodes OpenSourced by VISEO Technologies
Apache License 2.0
227 stars 83 forks source link

node-red-contrib-viseo-dialogflow Question #76

Closed Paul-Reed closed 6 years ago

Paul-Reed commented 6 years ago

Are there any guides or notes how to use this node please. Is it used by adding a http input (GET) node & a http response node, and adding the url to dialogflow fullfillment (webhook)?

Klervix commented 6 years ago

Hi, You can try this node using a simple "inject" node with a string (ex: "hello"). Put your client key in the 'tokens' field of the node. The node sends a request and returns the response in the msg.payload field.