The ConversationTaggingModel object.
Name | Type | Description |
---|---|---|
id | UUID | A unique identifier. |
status | "PENDING" | "TRAINING" | "READY" | "DELETED" | "ERROR" | The status of this conversation tagging model. |
created_at | DateTime | The creation date of this object, in ISO 8601 format. |
updated_at | DateTime? | The last update date of this object, in ISO 8601 format. |
Example
{
"id": "98FCE1EF-DBCA-41EF-8BC7-4D1621AC07C6",
"status": "READY",
"created_at": "2022-03-10T19:16:23.456Z",
"updated_at": "2022-03-10T19:16:23.456Z"
}