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

GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource

import type { GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

Details about source of FAQ answer.

interface GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource {
question?: string;
}

§Properties

§
question?: string
[src]

The corresponding FAQ question.