Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 14.8 KB

File metadata and controls

29 lines (26 loc) · 14.8 KB

FeedEntry

Fields

Field Type Required Description Example
entryId Optional<String> optional ID associated with a single feed entry (displayable_list_id)
title String ✔️ Title for the result. Can be document title, event title and so on.
thumbnail Optional<Thumbnail> N/A
createdBy Optional<Person> N/A {
"name": "George Clooney",
"obfuscatedId": "abc123"
}
uiConfig Optional<UiConfig> N/A
justificationType Optional<JustificationType> Type of the justification.
justification Optional<String> Server side generated justification string if server provides one.
trackingToken Optional<String> An opaque token that represents this particular feed entry in this particular response. To be used for /feedback reporting.
viewUrl Optional<String> View URL for the entry if based on links that are not documents in Glean.
document Optional<Document> N/A
event Optional<CalendarEvent> N/A
announcement Optional<Announcement> N/A {
"draftId": 342
}
digest Optional<Digest> N/A
collection Optional<Collection> N/A
collectionItem Optional<CollectionItem> N/A
person Optional<Person> N/A {
"name": "George Clooney",
"obfuscatedId": "abc123"
}
app Optional<AppResult> N/A
chatSuggestion Optional<ChatSuggestion> N/A
promptTemplate Optional<PromptTemplateResult> N/A
workflow Optional<WorkflowResult> N/A
activities List<UserActivity> List of activity where each activity has user, action, timestamp.
documentVisitorCount Optional<CountInfo> N/A