list_intents
List distinct customer service intents, optionally filtered by category, with counts to analyze intent distribution.
Instructions
List the distinct intents, optionally restricted to one category. Use this to discover valid intent names (e.g. the refund category contains get_refund, track_refund, check_refund_policy) or to answer 'what is the distribution of intents in the ACCOUNT category' by passing with_counts=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | ||
| with_counts | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||