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

GoogleCloudDialogflowCxV3beta1Webhook

import type { GoogleCloudDialogflowCxV3beta1Webhook } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3beta1Webhook {
disabled?: boolean;
displayName?: string;
name?: string;
timeout?: number;
}

§Properties

§
disabled?: boolean
[src]
§
displayName?: string
[src]
§
name?: string
[src]
§
timeout?: number
[src]