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

GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart

import type { GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart {
alias?: string;
entityType?: string;
text?: string;
userDefined?: boolean;
}

§Properties

§
alias?: string
[src]
§
entityType?: string
[src]
§
text?: string
[src]
§
userDefined?: boolean
[src]