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

EnterpriseTopazSidekickAnswerSuggestedQueryCategory

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

Contains a list of suggested queries for a single category.

interface EnterpriseTopazSidekickAnswerSuggestedQueryCategory {
category?:
| "UNKNOWN"
| "CALENDAR"
| "DOCUMENT"
| "PEOPLE";
isEnabled?: boolean;
query?: string[];
}

§Properties

§
category?: "UNKNOWN" | "CALENDAR" | "DOCUMENT" | "PEOPLE"
[src]

The query list category.

§
isEnabled?: boolean
[src]

Whether this category is enabled.

§
query?: string[]
[src]

List of suggested queries to show the user.