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