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

GoogleCloudDialogflowV2beta1ArticleAnswer

import type { GoogleCloudDialogflowV2beta1ArticleAnswer } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowV2beta1ArticleAnswer {
answerRecord?: string;
metadata?: {
[key: string]: string;
}
;
snippets?: string[];
title?: string;
uri?: string;
}

§Properties

§
answerRecord?: string
[src]
§
metadata?: {
[key: string]: string;
}
[src]
§
snippets?: string[]
[src]
§
title?: string
[src]
§
uri?: string
[src]