dialogflow / dialogflow-fulfillment-nodejs

Dialogflow agent fulfillment library supporting v1&v2, 8 platforms, and text, card, image, suggestion, custom responses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this library still maintained or do I need to switch to Dialogflow API: Node.js Client?

Victormbg opened this issue · comments

I've been researching this library for a while and I'm not sure if I can launch it in production without the certainty that it won't stop working?

I've been doing tests with the In-line Editor on DialogFlow but I realized that when I changed the Cloud Functions the version from Node 8 to Node 10, because Firebase says that the support for Node 8 will end, I thought about changing the version, however I had a lot of problems when doing Deploy in the In-line Editor so I thought if the problem of the library itself that still uses Node 6 in package.json?

I would love to know this too.

What alternatives are there?

Do you suspect using the JSON workflow will be better? Is this the best package to follow?