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