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