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

GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase

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

An excluded entity phrase that should not be matched.

interface GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase {
value?: string;
}

§Properties

§
value?: string
[src]

Required. The word or phrase to be excluded.