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

GoogleCloudDialogflowCxV3Match

import type { GoogleCloudDialogflowCxV3Match } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3Match {
confidence?: number;
event?: string;
matchType?:
| "MATCH_TYPE_UNSPECIFIED"
| "INTENT"
| "DIRECT_INTENT"
| "PARAMETER_FILLING"
| "NO_MATCH"
| "NO_INPUT"
| "EVENT"
| "KNOWLEDGE_CONNECTOR"
| "PLAYBOOK";
parameters?: {
[key: string]: any;
}
;
resolvedInput?: string;
}

§Properties

§
confidence?: number
[src]
§
event?: string
[src]
§
matchType?: "MATCH_TYPE_UNSPECIFIED" | "INTENT" | "DIRECT_INTENT" | "PARAMETER_FILLING" | "NO_MATCH" | "NO_INPUT" | "EVENT" | "KNOWLEDGE_CONNECTOR" | "PLAYBOOK"
[src]
§
parameters?: {
[key: string]: any;
}
[src]
§
resolvedInput?: string
[src]