Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to have multiple Chat Bots under one Project on Google Cloud

Recently I ran out of project space building chatbots with DialogFlow. I don't think I am using the best standard with projects on Google Cloud (any tips would be great!) and since I tried creating a new chatbot it would tell me I am out of project space.

Is it possible to put these chatbots under the same project ID? Keeps projects low while being able to still make chatbots?

Thanks

like image 570
SmiffyKmc Avatar asked Oct 19 '17 08:10

SmiffyKmc


1 Answers

Only one Dialogflow agent can be created per Google project. You can request an increase in Google project limits, add billing to your account to increase the limit (you don't have to pay any money, just add a billing account), or delete any unused projects (though this takes a month).

You can also connect an existing Google Cloud project that doesn't have a Dialogflow agent associated with it to a new Dialogflow agent when you're creating a new agent.

like image 90
matthewayne Avatar answered Sep 29 '22 04:09

matthewayne