Search code examples
google-cloud-platformdialogflow-esgoogle-cloud-monitoring

How to check Dialogflow Quota via API


One of the agents I use is exceeding the quota of operations.

I need to query this quota via a script before I do any more operations and exceed it.

I've tried the Dialogflow API but there doesn't seem to be any way to query it.

I have also tried the Monitoring API but I don't see the resource or the way to do it. The API documentation doesn´t cover this request.

Any clue how to get it?

Is there any way to check the quota consumption/current usage in real time?


Solution

  • Currently the option to check various quotes of Dialogflow API, its limit and current usage percentage is through the quotas page in the cloud console.

    For more information about quotas and limits for use of Dialogflow, you can refer to this document.

    If you want the feature to query the quota via script/api/sdk, you can raise a feature request on the issue tracker describing your requirement.