Metadata of a Chat a user had with Glean Assistant. This contains no actual conversational content.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
Optional<String> | ➖ | The opaque id of the Chat. | |
createTime |
Optional<Long> | ➖ | Server Unix timestamp of the creation time (in seconds since epoch UTC). | |
createdBy |
Optional<Person> | ➖ | N/A | { "name": "George Clooney", "obfuscatedId": "abc123" } |
updateTime |
Optional<Long> | ➖ | Server Unix timestamp of the update time (in seconds since epoch UTC). | |
name |
Optional<String> | ➖ | The name of the Chat. | |
applicationId |
Optional<String> | ➖ | The ID of the AI App that this Chat is associated to. | |
applicationName |
Optional<String> | ➖ | The display name of the AI App that this Chat is associated to. | |
icon |
Optional<IconConfig> | ➖ | Defines how to render an icon | { "color": "#343CED", "key": "person_icon", "iconType": "GLYPH", "name": "user" } |