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

GoogleCloudDialogflowV2ArticleAnswer

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

§Properties

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