GoogleCloudDialogflowCxV3Intent
import type { GoogleCloudDialogflowCxV3Intent } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3Intent {
description?: string;
displayName?: string;
isFallback?: boolean;
labels?: {};
[key: string]: string;
name?: string;
parameters?: GoogleCloudDialogflowCxV3IntentParameter[];
priority?: number;
trainingPhrases?: GoogleCloudDialogflowCxV3IntentTrainingPhrase[];
}§Properties
§
parameters?: GoogleCloudDialogflowCxV3IntentParameter[]
[src]§
trainingPhrases?: GoogleCloudDialogflowCxV3IntentTrainingPhrase[]
[src]