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

GoogleCloudDialogflowCxV3IntentInput

import type { GoogleCloudDialogflowCxV3IntentInput } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

Represents the intent to trigger programmatically rather than as a result of natural language processing.

interface GoogleCloudDialogflowCxV3IntentInput {
intent?: string;
}

§Properties

§
intent?: string
[src]

Required. The unique identifier of the intent. Format: projects//locations//agents//intents/.