GoogleCloudDialogflowCxV3FulfillIntentResponse
import type { GoogleCloudDialogflowCxV3FulfillIntentResponse } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";interface GoogleCloudDialogflowCxV3FulfillIntentResponse {
outputAudio?: Uint8Array;
outputAudioConfig?: GoogleCloudDialogflowCxV3OutputAudioConfig;
queryResult?: GoogleCloudDialogflowCxV3QueryResult;
responseId?: string;
}