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

GoogleCloudDialogflowCxV3EntityType

import type { GoogleCloudDialogflowCxV3EntityType } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3EntityType {
autoExpansionMode?: "AUTO_EXPANSION_MODE_UNSPECIFIED" | "AUTO_EXPANSION_MODE_DEFAULT";
displayName?: string;
enableFuzzyExtraction?: boolean;
kind?:
| "KIND_UNSPECIFIED"
| "KIND_MAP"
| "KIND_LIST"
| "KIND_REGEXP";
name?: string;
redact?: boolean;
}

§Properties

§
autoExpansionMode?: "AUTO_EXPANSION_MODE_UNSPECIFIED" | "AUTO_EXPANSION_MODE_DEFAULT"
[src]
§
displayName?: string
[src]
§
enableFuzzyExtraction?: boolean
[src]
§
kind?: "KIND_UNSPECIFIED" | "KIND_MAP" | "KIND_LIST" | "KIND_REGEXP"
[src]
§
name?: string
[src]
§
redact?: boolean
[src]