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

GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment

import type { GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment {
readonly allowPlaybackInterruption?: boolean;
audio?: Uint8Array;
uri?: string;
}

§Properties

§
readonly allowPlaybackInterruption?: boolean
[src]
§
audio?: Uint8Array
[src]
§
uri?: string
[src]