You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Categories of content requested. An allowlist gives flexibility to request content separately or together.
9157
9164
requestOptions:
9158
9165
$ref: "#/components/schemas/FeedRequestOptions"
@@ -9308,6 +9315,84 @@ components:
9308
9315
type: array
9309
9316
items:
9310
9317
$ref: "#/components/schemas/GeneratedAttachment"
9318
+
SectionType:
9319
+
type: string
9320
+
description: Type of the section. This defines how the section should be interpreted and rendered in the digest.
9321
+
x-enumDescriptions:
9322
+
CHANNEL: A standard section for channel-based digests (e.g. from Slack, Teams).
9323
+
MENTIONS: A dedicated section that surfaces user mentions (actionable, informative, or all).
9324
+
TOPIC: A section driven by a generic topic, not tied to any specific channel or instance.
9325
+
enum:
9326
+
- CHANNEL
9327
+
- MENTIONS
9328
+
- TOPIC
9329
+
UpdateType:
9330
+
type: string
9331
+
description: Optional type classification for the update.
9332
+
x-enumDescriptions:
9333
+
ACTIONABLE: Updates that require user attention or action
9334
+
INFORMATIVE: Updates that are purely informational
9335
+
enum:
9336
+
- ACTIONABLE
9337
+
- INFORMATIVE
9338
+
DigestUpdate:
9339
+
type: object
9340
+
properties:
9341
+
url:
9342
+
type: string
9343
+
description: URL link to the content or document.
9344
+
title:
9345
+
type: string
9346
+
description: Title or headline of the update.
9347
+
datasource:
9348
+
type: string
9349
+
description: Name or identifier of the data source (e.g., slack, confluence, etc.).
9350
+
summary:
9351
+
type: string
9352
+
description: Brief summary or description of the update content.
9353
+
type:
9354
+
$ref: "#/components/schemas/UpdateType"
9355
+
DigestSection:
9356
+
type: object
9357
+
required:
9358
+
- id
9359
+
- type
9360
+
- updates
9361
+
properties:
9362
+
id:
9363
+
type: string
9364
+
description: Unique identifier for the digest section.
9365
+
type:
9366
+
$ref: "#/components/schemas/SectionType"
9367
+
displayName:
9368
+
type: string
9369
+
description: Human-readable name for the digest section.
9370
+
channelName:
9371
+
type: string
9372
+
description: Name of the channel (applicable for CHANNEL type sections). Used to display in the frontend.
9373
+
instanceId:
9374
+
type: string
9375
+
description: Instance identifier for the channel or workspace. Used for constructing channel URLs to display in the frontend.
9376
+
updates:
9377
+
type: array
9378
+
items:
9379
+
$ref: "#/components/schemas/DigestUpdate"
9380
+
description: List of updates within this digest section.
9381
+
Digest:
9382
+
type: object
9383
+
properties:
9384
+
podcastFileId:
9385
+
type: string
9386
+
description: Identifier for the podcast file generated from this digest content.
9387
+
digestDate:
9388
+
type: string
9389
+
description: The date this digest covers, in YYYY-MM-DD format. Represents the specific day for which the digest content and updates were compiled. This can be empty if the digest is not yet available.
9390
+
example: "2025-09-03"
9391
+
sections:
9392
+
type: array
9393
+
items:
9394
+
$ref: "#/components/schemas/DigestSection"
9395
+
description: Array of digest sections from which the podcast was created.
9311
9396
ChatSuggestion:
9312
9397
properties:
9313
9398
query:
@@ -9530,6 +9615,7 @@ components:
9530
9615
- ZERO_STATE_STATIC_WORKFLOW_SUGGESTION
9531
9616
- ZERO_STATE_AGENT_SUGGESTION
9532
9617
- PERSONALIZED_CHAT_SUGGESTION
9618
+
- DAILY_DIGEST
9533
9619
description: Type of the justification.
9534
9620
justification:
9535
9621
type: string
@@ -9546,6 +9632,8 @@ components:
9546
9632
$ref: "#/components/schemas/CalendarEvent"
9547
9633
announcement:
9548
9634
$ref: "#/components/schemas/Announcement"
9635
+
digest:
9636
+
$ref: "#/components/schemas/Digest"
9549
9637
collection:
9550
9638
$ref: "#/components/schemas/Collection"
9551
9639
collectionItem:
@@ -9598,6 +9686,7 @@ components:
9598
9686
- ZERO_STATE_WORKFLOW_POPULAR
9599
9687
- ZERO_STATE_WORKFLOW_SUGGESTION
9600
9688
- PERSONALIZED_CHAT_SUGGESTION
9689
+
- DAILY_DIGEST
9601
9690
description: Category of the result, one of the requested categories in incoming request.
9602
9691
primaryEntry:
9603
9692
$ref: "#/components/schemas/FeedEntry"
@@ -11595,6 +11684,7 @@ components:
11595
11684
- EXTERNAL_SHORTCUT
11596
11685
- ENTITY
11597
11686
- CALENDAR
11687
+
- AGENTS
11598
11688
description: The document category of this object type.
11599
11689
propertyDefinitions:
11600
11690
type: array
@@ -11649,6 +11739,7 @@ components:
11649
11739
- EXTERNAL_SHORTCUT
11650
11740
- ENTITY
11651
11741
- CALENDAR
11742
+
- AGENTS
11652
11743
default: UNCATEGORIZED
11653
11744
description: The type of this datasource. It is an important signal for relevance and must be specified and cannot be UNCATEGORIZED. Please refer to [this](https://developers.glean.com/docs/indexing_api_datasource_category/) for more details.
Copy file name to clipboardExpand all lines: docs/models/chat.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,4 +15,6 @@ A historical representation of a series of chat messages a user had with Glean A
15
15
|`application_id`|*Optional[str]*|:heavy_minus_sign:| The ID of the AI App that this Chat is associated to. ||
16
16
|`application_name`|*Optional[str]*|:heavy_minus_sign:| The display name of the AI App that this Chat is associated to. ||
17
17
|`icon`|[Optional[models.IconConfig]](../models/iconconfig.md)|:heavy_minus_sign:| Defines how to render an icon | {<br/>"color": "#343CED",<br/>"key": "person_icon",<br/>"iconType": "GLYPH",<br/>"name": "user"<br/>} |
18
-
|`messages`| List[[models.ChatMessage](../models/chatmessage.md)]|:heavy_minus_sign:| The chat messages within a Chat. ||
|`podcast_file_id`|*Optional[str]*|:heavy_minus_sign:| Identifier for the podcast file generated from this digest content. ||
9
+
|`digest_date`|*Optional[str]*|:heavy_minus_sign:| The date this digest covers, in YYYY-MM-DD format. Represents the specific day for which the digest content and updates were compiled. This can be empty if the digest is not yet available. | 2025-09-03 |
10
+
|`sections`| List[[models.DigestSection](../models/digestsection.md)]|:heavy_minus_sign:| Array of digest sections from which the podcast was created. ||
0 commit comments