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

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;
priority?: number;
}

§Properties

§
description?: string
[src]
§
displayName?: string
[src]
§
isFallback?: boolean
[src]
§
labels?: {
[key: string]: string;
}
[src]
§
name?: string
[src]
§
priority?: number
[src]