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

GoogleCloudDialogflowCxV3ExportEntityTypesRequest

import type { GoogleCloudDialogflowCxV3ExportEntityTypesRequest } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3ExportEntityTypesRequest {
dataFormat?: "DATA_FORMAT_UNSPECIFIED" | "BLOB" | "JSON_PACKAGE";
entityTypes?: string[];
entityTypesContentInline?: boolean;
entityTypesUri?: string;
languageCode?: string;
}

§Properties

§
dataFormat?: "DATA_FORMAT_UNSPECIFIED" | "BLOB" | "JSON_PACKAGE"
[src]
§
entityTypes?: string[]
[src]
§
entityTypesContentInline?: boolean
[src]
§
entityTypesUri?: string
[src]
§
languageCode?: string
[src]