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

GoogleCloudDialogflowCxV3LoadVersionRequest

import type { GoogleCloudDialogflowCxV3LoadVersionRequest } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

The request message for Versions.LoadVersion.

interface GoogleCloudDialogflowCxV3LoadVersionRequest {
allowOverrideAgentResources?: boolean;
}

§Properties

§
allowOverrideAgentResources?: boolean
[src]

This field is used to prevent accidental overwrite of other agent resources, which can potentially impact other flow's behavior. If allow_override_agent_resources is false, conflicted agent-level resources will not be overridden (i.e. intents, entities, webhooks).