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

GoogleCloudDialogflowV2beta1QueryResult

import type { GoogleCloudDialogflowV2beta1QueryResult } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowV2beta1QueryResult {
action?: string;
allRequiredParamsPresent?: boolean;
cancelsSlotFilling?: boolean;
diagnosticInfo?: {
[key: string]: any;
}
;
fulfillmentText?: string;
intentDetectionConfidence?: number;
languageCode?: string;
parameters?: {
[key: string]: any;
}
;
queryText?: string;
speechRecognitionConfidence?: number;
webhookPayload?: {
[key: string]: any;
}
;
webhookSource?: string;
}

§Properties

§
action?: string
[src]
§
allRequiredParamsPresent?: boolean
[src]
§
cancelsSlotFilling?: boolean
[src]
§
diagnosticInfo?: {
[key: string]: any;
}
[src]
§
fulfillmentText?: string
[src]
§
intentDetectionConfidence?: number
[src]
§
languageCode?: string
[src]
§
parameters?: {
[key: string]: any;
}
[src]
§
queryText?: string
[src]
§
speechRecognitionConfidence?: number
[src]
§
webhookPayload?: {
[key: string]: any;
}
[src]
§
webhookSource?: string
[src]