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

GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse

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

The response message for EntityTypes.ExportEntityTypes.

interface GoogleCloudDialogflowCxV3beta1ExportEntityTypesResponse {
entityTypesUri?: string;
}

§Properties

§

Uncompressed byte content for entity types. This field is populated only if entity_types_content_inline is set to true in ExportEntityTypesRequest.

§
entityTypesUri?: string
[src]

The URI to a file containing the exported entity types. This field is populated only if entity_types_uri is specified in ExportEntityTypesRequest.