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