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

GoogleCloudDialogflowCxV3ExportIntentsRequest

import type { GoogleCloudDialogflowCxV3ExportIntentsRequest } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3ExportIntentsRequest {
dataFormat?:
| "DATA_FORMAT_UNSPECIFIED"
| "BLOB"
| "JSON"
| "CSV";
intents?: string[];
intentsContentInline?: boolean;
intentsUri?: string;
}

§Properties

§
dataFormat?: "DATA_FORMAT_UNSPECIFIED" | "BLOB" | "JSON" | "CSV"
[src]
§
intents?: string[]
[src]
§
intentsContentInline?: boolean
[src]
§
intentsUri?: string
[src]