The ConversationTagType object

The ConversationTagType object.

NameTypeDescription
idUUIDA unique identifier.
namestringA name describing this ConversationTagType.
created_atDateTimeThe creation date of this object, in ISO 8601 format.
colorstringA color that can be used to display the tag.
ml_predictablebooleanA 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
}