# AssistantClassifyRequest

Model ID: `AssistantClassifyRequest`

Request body for POST /assistant/classify.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `options` | array of [`AssistantClassifyOption`](./AssistantClassifyOption.md) | No |  |  |  | No | Action catalog; the built-in catalog is used when omitted. |
| `text` | `string` | Yes |  |  |  | No | Transcribed voice command to classify. |

## Example

None declared in canonical OpenAPI.
