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