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

GoogleCloudDialogflowCxV3DetectIntentResponse

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

§Properties

§
allowCancellation?: boolean
[src]
§
outputAudio?: Uint8Array
[src]
§
responseId?: string
[src]
§
responseType?: "RESPONSE_TYPE_UNSPECIFIED" | "PARTIAL" | "FINAL"
[src]