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

GoogleCloudDialogflowCxV3WebhookRequest

import type { GoogleCloudDialogflowCxV3WebhookRequest } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3WebhookRequest {
detectIntentResponseId?: string;
dtmfDigits?: string;
languageCode?: string;
payload?: {
[key: string]: any;
}
;
text?: string;
transcript?: string;
triggerEvent?: string;
triggerIntent?: string;
}

§Properties

§
detectIntentResponseId?: string
[src]
§
dtmfDigits?: string
[src]
§
languageCode?: string
[src]
§
payload?: {
[key: string]: any;
}
[src]
§
text?: string
[src]
§
transcript?: string
[src]
§
triggerEvent?: string
[src]
§
triggerIntent?: string
[src]