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;
}