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

QuerySuggestion

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

This field does not contain anything as of now and is just used as an indicator that the suggest result was a phrase completion.

interface QuerySuggestion {
lastQueryTime?: Date;
sourceCorpus?:
| "SOURCE_CORPUS_UNSPECIFIED"
| "GMAIL"
| "DRIVE"
| "CHAT"
| "CALENDAR";
}

§Properties

§
lastQueryTime?: Date
[src]

Last query time of the suggestion for query history suggestions.

§
sourceCorpus?: "SOURCE_CORPUS_UNSPECIFIED" | "GMAIL" | "DRIVE" | "CHAT" | "CALENDAR"
[src]

Source corpus of the suggestion.