The main readme file states to use the lib like this:
const dialogflow = require('dialogflow');
This should be chaned to, like the samples use:
const dialogflow = require('@google-cloud/dialogflow').v2;
Plus this needs updating too, right: "npm install dialogflow" ???
@avallone-google From my understanding, this issue may be already fixed. Could you confirm it is fixed ?
if there is anything missing, I would like to make small changes for you.
LGTM
Most helpful comment
Plus this needs updating too, right: "npm install dialogflow" ???