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