Skip to content

Conversation Attribute Option

A single option on a list-type conversation attribute.

idstring

The unique UUID identifier for this option. Use this value as option_id in the options management endpoints.

Example:"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
labelstring

The display label for the option.

Example:"High"
archivedboolean

Whether this option is archived (soft-deleted).

Example:false
{ "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "label": "High", "archived": false }