# AssistantClassifyOption

Model ID: `AssistantClassifyOption`

One entry in the voice-command action catalog.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `code` | `string` | Yes |  |  |  | No | Stable action code returned in `Action` when this option matches. |
| `examples` | `array` | No |  |  |  | No | Example phrases that should match this action, when provided. |
| `label` | `string` | Yes |  |  |  | No | Human-readable action label shown to the LLM classifier. |

## Example

None declared in canonical OpenAPI.
