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

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[];
inputContextNames?: string[];
isFallback?: boolean;
liveAgentHandoff?: boolean;
mlDisabled?: boolean;
mlEnabled?: boolean;
name?: string;
parentFollowupIntentName?: string;
priority?: number;
resetContexts?: boolean;
readonly rootFollowupIntentName?: string;
webhookState?: "WEBHOOK_STATE_UNSPECIFIED" | "WEBHOOK_STATE_ENABLED" | "WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING";
}

§Properties

§
action?: string
[src]
§
defaultResponsePlatforms?: "PLATFORM_UNSPECIFIED" | "FACEBOOK" | "SLACK" | "TELEGRAM" | "KIK" | "SKYPE" | "LINE" | "VIBER" | "ACTIONS_ON_GOOGLE" | "TELEPHONY" | "GOOGLE_HANGOUTS"[]
[src]
§
displayName?: string
[src]
§
endInteraction?: boolean
[src]
§
events?: string[]
[src]
§
inputContextNames?: string[]
[src]
§
isFallback?: boolean
[src]
§
liveAgentHandoff?: boolean
[src]
§
mlDisabled?: boolean
[src]
§
mlEnabled?: boolean
[src]
§
name?: string
[src]
§
parentFollowupIntentName?: string
[src]
§
priority?: number
[src]
§
resetContexts?: boolean
[src]
§
readonly rootFollowupIntentName?: string
[src]
§
webhookState?: "WEBHOOK_STATE_UNSPECIFIED" | "WEBHOOK_STATE_ENABLED" | "WEBHOOK_STATE_ENABLED_FOR_SLOT_FILLING"
[src]