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

EnterpriseTopazSidekickPeopleAnswerPersonAnswerCard

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

An answer card for a single person.

interface EnterpriseTopazSidekickPeopleAnswerPersonAnswerCard {
answer?: SafeHtmlProto[];
responseStatus?:
| "UNKNOWN"
| "SUCCESS"
| "MISSING_PERSON"
| "MISSING_DATA";
statusMessage?: string;
}

§Properties

§

List of answers.

§

Disambiguation information.

§
responseStatus?: "UNKNOWN" | "SUCCESS" | "MISSING_PERSON" | "MISSING_DATA"
[src]

The response status.

§
statusMessage?: string
[src]

Localized user friendly message to display to the user in the case of missing data or an error.

§

The profile of the person that was the subject of the query.