The ConversationTagType object.
Name | Type | Description |
---|---|---|
id | UUID | A unique identifier. |
name | string | A name describing this ConversationTagType. |
created_at | DateTime | The creation date of this object, in ISO 8601 format. |
color | string | A color that can be used to display the tag. |
ml_predictable | boolean | A boolean to know if the tag should be used in the ML prediction model. |
Example
{
"id": "98FCE1EF-DBCA-41EF-8BC7-4D1621AC07C6",
"name": "DERMATOLOGY",
"created_at": "2022-03-10T19:16:23.456Z",
"color": "#aabbcc",
"ml_predictable": true
}