dialogflow / dialogflow-fulfillment-nodejs

Dialogflow agent fulfillment library supporting v1&v2, 8 platforms, and text, card, image, suggestion, custom responses
Apache License 2.0
597 stars 282 forks source link

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

Open Victormbg opened 3 years ago

Victormbg commented 3 years ago

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?

kassuper commented 3 years ago

I would love to know this too.

vSanjo commented 3 years ago

What alternatives are there?

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