Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EnterpriseTopazSidekickCommonDocumentJustification

import type { EnterpriseTopazSidekickCommonDocumentJustification } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";

Justification of why we are reporting the document.

interface EnterpriseTopazSidekickCommonDocumentJustification {
justification?: string;
reason?:
| "UNKNOWN"
| "TRENDING_IN_COLLABORATORS"
| "TRENDING_IN_DOMAIN"
| "FREQUENTLY_VIEWED"
| "FREQUENTLY_EDITED"
| "NEW_UPDATES"
| "NEW_COMMENTS"
| "EVENT_DESCRIPTION"
| "EVENT_ATTACHMENT"
| "EVENT_METADATA_ATTACHMENT"
| "MINED_DOCUMENT"
| "NEW_MENTIONS"
| "NEW_SHARES";
}

§Properties

§
justification?: string
[src]

A locale aware message that explains why this document was selected.

§
reason?: "UNKNOWN" | "TRENDING_IN_COLLABORATORS" | "TRENDING_IN_DOMAIN" | "FREQUENTLY_VIEWED" | "FREQUENTLY_EDITED" | "NEW_UPDATES" | "NEW_COMMENTS" | "EVENT_DESCRIPTION" | "EVENT_ATTACHMENT" | "EVENT_METADATA_ATTACHMENT" | "MINED_DOCUMENT" | "NEW_MENTIONS" | "NEW_SHARES"
[src]

Reason on why the document is selected. Populate for trending documents.