Limit threshold audit command #253
Closed
jeff-slang
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
that is a great idea, I am wondering if I can get the limits from some Google APIs |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be pretty cool to have a command that audits an agent to assert if the agent is near any limits. Here are the docs for Dialogflow limits.
For example, if an agent has 45 flows (limit is 50 flows), then running something like:
cxcli audit-agent-limits --threshold ".75" --agent-name "Agent" --other-paramswould have an error because45/50 > .8.Beta Was this translation helpful? Give feedback.
All reactions