Sushant K
Sushant K

Reputation: 179

Do we need Google Cloud Project for using Dialogflow v2 with Node?

I want to create a Chatbot using Dialogflow with Node.js and integrate it with the facebook messanger. Dialogflow has recently launched version 2 of the API. I just wanted to know whether it needs any Google cloud project or not.

Upvotes: 0

Views: 194

Answers (1)

Pruthvi Kumar
Pruthvi Kumar

Reputation: 898

Yes. You'll always need a GCP project to work with Dialogflow. You could however choose to get GCP's stackdriver facilities or not; but a project is a mandate.

Inside that project, you'll also need to have Dialogflow API's enabled.

Upvotes: 2

Related Questions