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

GoogleCloudDialogflowCxV3FulfillIntentResponse

import type { GoogleCloudDialogflowCxV3FulfillIntentResponse } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

Response of FulfillIntent

interface GoogleCloudDialogflowCxV3FulfillIntentResponse {
outputAudio?: Uint8Array;
responseId?: string;
}

§Properties

§
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.