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

GoogleCloudDialogflowCxV3ResponseMessagePlayAudio

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

Specifies an audio clip to be played by the client as part of the response.

interface GoogleCloudDialogflowCxV3ResponseMessagePlayAudio {
readonly allowPlaybackInterruption?: boolean;
audioUri?: string;
}

§Properties

§
readonly allowPlaybackInterruption?: boolean
[src]

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

§
audioUri?: string
[src]

Required. URI of the audio clip. Dialogflow does not impose any validation on this value. It is specific to the client that reads it.