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

EnterpriseTopazSidekickAnswerAnswerList

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

A list of answers represented as free text.

interface EnterpriseTopazSidekickAnswerAnswerList {
type?:
| "UNKNOWN"
| "PERSON_ADDRESS"
| "PERSON_BIRTHDAY"
| "PERSON_DEPARTMENT"
| "PERSON_DESK_LOCATION"
| "PERSON_EMAIL"
| "PERSON_JOB_TITLE"
| "PERSON_PHONE";
}

§Properties

§

Answers that have a corresponding label.

§
type?: "UNKNOWN" | "PERSON_ADDRESS" | "PERSON_BIRTHDAY" | "PERSON_DEPARTMENT" | "PERSON_DESK_LOCATION" | "PERSON_EMAIL" | "PERSON_JOB_TITLE" | "PERSON_PHONE"
[src]

Answer type.