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

EnterpriseTopazSidekickAgendaGroupCardProtoContext

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

The context that resulted in the generation of the card.

interface EnterpriseTopazSidekickAgendaGroupCardProtoContext {
context?: string;
date?: string;
eventsRestrict?: "NONE" | "NEXT_MEETING";
}

§Properties

§
context?: string
[src]

User friendly free text that describes the context of the card (e.g. "Next meeting with Bob"). This is largely only applicable when the card is generated from a query.

§
date?: string
[src]

Localized free text that describes the dates represented by the card. Currently, the card will only represent a single day.

§
eventsRestrict?: "NONE" | "NEXT_MEETING"
[src]

Represents restrictions applied to the events requested in the user's query.