GoogleCloudDialogflowCxV3DetectIntentResponse
import type { GoogleCloudDialogflowCxV3DetectIntentResponse } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3DetectIntentResponse {
allowCancellation?: boolean;
outputAudio?: Uint8Array;
outputAudioConfig?: GoogleCloudDialogflowCxV3OutputAudioConfig;
queryResult?: GoogleCloudDialogflowCxV3QueryResult;
responseId?: string;
responseType?: "RESPONSE_TYPE_UNSPECIFIED" | "PARTIAL" | "FINAL";
}