GoogleCloudDialogflowV2beta1Intent
import type { GoogleCloudDialogflowV2beta1Intent } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowV2beta1Intent {
action?: string;
defaultResponsePlatforms?:
| "PLATFORM_UNSPECIFIED"
| "FACEBOOK"
| "SLACK"
| "TELEGRAM"
| "KIK"
| "SKYPE"
| "LINE"
| "VIBER"
| "ACTIONS_ON_GOOGLE"
| "TELEPHONY"
| "GOOGLE_HANGOUTS"[];
displayName?: string;
endInteraction?: boolean;
events?: string[];
readonly followupIntentInfo?: GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo[];
inputContextNames?: string[];
isFallback?: boolean;
liveAgentHandoff?: boolean;
messages?: GoogleCloudDialogflowV2beta1IntentMessage[];
mlDisabled?: boolean;
mlEnabled?: boolean;
name?: string;
outputContexts?: GoogleCloudDialogflowV2beta1Context[];
parameters?: GoogleCloudDialogflowV2beta1IntentParameter[];
parentFollowupIntentName?: string;
priority?: number;
resetContexts?: boolean;
readonly rootFollowupIntentName?: string;
trainingPhrases?: GoogleCloudDialogflowV2beta1IntentTrainingPhrase[];
webhookState?: "WEBHOOK_STATE_UNSPECIFIED" | "WEBHOOK_STATE_ENABLED" | "WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING";
}§Properties
§
defaultResponsePlatforms?: "PLATFORM_UNSPECIFIED" | "FACEBOOK" | "SLACK" | "TELEGRAM" | "KIK" | "SKYPE" | "LINE" | "VIBER" | "ACTIONS_ON_GOOGLE" | "TELEPHONY" | "GOOGLE_HANGOUTS"[]
[src]§
readonly followupIntentInfo?: GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo[]
[src]§
messages?: GoogleCloudDialogflowV2beta1IntentMessage[]
[src]§
outputContexts?: GoogleCloudDialogflowV2beta1Context[]
[src]§
parameters?: GoogleCloudDialogflowV2beta1IntentParameter[]
[src]§
trainingPhrases?: GoogleCloudDialogflowV2beta1IntentTrainingPhrase[]
[src]