ProjectsLocationsAgentsWebhooksDeleteOptions
import type { ProjectsLocationsAgentsWebhooksDeleteOptions } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";Additional options for Dialogflow#projectsLocationsAgentsWebhooksDelete.
interface ProjectsLocationsAgentsWebhooksDeleteOptions {
force?: boolean;
}§Properties
§
force?: boolean
[src]This field has no effect for webhook not being used. For webhooks that are
used by pages/flows/transition route groups: * If force is set to false,
an error will be returned with message indicating the referenced resources.
- If
forceis set to true, Dialogflow will remove the webhook, as well as any references to the webhook (i.e. Webhook and tagin fulfillments that point to this webhook will be removed).