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";