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