Intent definition structure for registering user intents
The action that this intent performs
Examples: "view", "edit", "create", "delete"
Optional
Detailed description of what this intent does
Helps users understand the purpose and behavior of the intent
Array of filter criteria for intent matching
At least one filter is required. Use {types: ['*']} to match everything
{types: ['*']}
Unique identifier for this intent
Should be unique across all registered intents in an org for proper matching
Human-readable title for this intent
Used for display purposes in UI or logs
Intent definition structure for registering user intents