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

GoogleCloudDialogflowCxV3ImportIntentsRequest

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

The request message for Intents.ImportIntents.

interface GoogleCloudDialogflowCxV3ImportIntentsRequest {
intentsUri?: string;
mergeOption?:
| "MERGE_OPTION_UNSPECIFIED"
| "REJECT"
| "REPLACE"
| "MERGE"
| "RENAME"
| "REPORT_CONFLICT"
| "KEEP";
}

§Properties

§

Uncompressed byte content of intents.

§
intentsUri?: string
[src]

The Google Cloud Storage URI to import intents from. The format of this URI must be gs:///. Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see Dialogflow access control.

§
mergeOption?: "MERGE_OPTION_UNSPECIFIED" | "REJECT" | "REPLACE" | "MERGE" | "RENAME" | "REPORT_CONFLICT" | "KEEP"
[src]

Merge option for importing intents. If not specified, REJECT is assumed.