dialogflow / dialogflow-fulfillment-nodejs

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

is this library deprecated? #341

Open mInzamamMalik opened 2 years ago

mInzamamMalik commented 2 years ago

I see a line in repo readme that says:

Warning: This library is no longer maintained. It should only be used when using the inline editor.

on internet some people suggested to use actions-on-google-nodejs (https://github.com/actions-on-google/actions-on-google-nodejs) but they also saying:

⚠️ We now recommend using Actions Builder or the Actions SDK to develop, test, and deploy Conversational Actions. For Conversational Actions built using Actions Builder see the @assistant/conversation library.

which library should I use if I want to handle request from google assistant and facebook together?

Mistic92 commented 2 years ago

Any good answer for that?