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

GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment

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

Represents one segment of audio.

interface GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment {
readonly allowPlaybackInterruption?: boolean;
audio?: Uint8Array;
uri?: string;
}

§Properties

§
readonly allowPlaybackInterruption?: boolean
[src]

Output only. Whether the playback of this segment can be interrupted by the end user's speech and the client should then start the next Dialogflow request.

§
audio?: Uint8Array
[src]

Raw audio synthesized from the Dialogflow agent's response using the output config specified in the request.

§
uri?: string
[src]

Client-specific URI that points to an audio clip accessible to the client. Dialogflow does not impose any validation on it.