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";

The message returned from the DetectIntent method.

interface GoogleCloudDialogflowCxV3DetectIntentResponse {
allowCancellation?: boolean;
outputAudio?: Uint8Array;
responseId?: string;
responseType?: "RESPONSE_TYPE_UNSPECIFIED" | "PARTIAL" | "FINAL";
}

§Properties

§
allowCancellation?: boolean
[src]

Indicates whether the partial response can be cancelled when a later response arrives. e.g. if the agent specified some music as partial response, it can be cancelled.

§
outputAudio?: Uint8Array
[src]

The audio data bytes encoded as specified in the request. Note: The output audio is generated based on the values of default platform text responses found in the query_result.response_messages field. If multiple default text responses exist, they will be concatenated when generating audio. If no default platform text responses exist, the generated audio content will be empty. In some scenarios, multiple output audio fields may be present in the response structure. In these cases, only the top-most-level audio output has content.

§

The config used by the speech synthesizer to generate the output audio.

§

The result of the conversational query.

§
responseId?: string
[src]

Output only. The unique identifier of the response. It can be used to locate a response in the training example set or for reporting issues.

§
responseType?: "RESPONSE_TYPE_UNSPECIFIED" | "PARTIAL" | "FINAL"
[src]

Response type.