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

GoogleCloudDialogflowCxV3MatchIntentResponse

import type { GoogleCloudDialogflowCxV3MatchIntentResponse } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3MatchIntentResponse {
text?: string;
transcript?: string;
triggerEvent?: string;
triggerIntent?: string;
}

§Properties

§
text?: string
[src]
§
transcript?: string
[src]
§
triggerEvent?: string
[src]
§
triggerIntent?: string
[src]