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

GoogleCloudDialogflowCxV3QueryResult

import type { GoogleCloudDialogflowCxV3QueryResult } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3QueryResult {
allowAnswerFeedback?: boolean;
diagnosticInfo?: {
[key: string]: any;
}
;
intentDetectionConfidence?: number;
languageCode?: string;
parameters?: {
[key: string]: any;
}
;
text?: string;
transcript?: string;
triggerEvent?: string;
triggerIntent?: string;
webhookPayloads?: {
[key: string]: any;
}
[]
;
webhookStatuses?: GoogleRpcStatus[];
}

§Properties

§
allowAnswerFeedback?: boolean
[src]
§
diagnosticInfo?: {
[key: string]: any;
}
[src]
§
intentDetectionConfidence?: number
[src]
§
languageCode?: string
[src]
§
parameters?: {
[key: string]: any;
}
[src]
§
text?: string
[src]
§
transcript?: string
[src]
§
triggerEvent?: string
[src]
§
triggerIntent?: string
[src]
§
webhookPayloads?: {
[key: string]: any;
}
[]
[src]
§
webhookStatuses?: GoogleRpcStatus[]
[src]