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