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

GoogleCloudDialogflowCxV3OutputAudioConfig

import type { GoogleCloudDialogflowCxV3OutputAudioConfig } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowCxV3OutputAudioConfig {
audioEncoding?:
| "OUTPUT_AUDIO_ENCODING_UNSPECIFIED"
| "OUTPUT_AUDIO_ENCODING_LINEAR_16"
| "OUTPUT_AUDIO_ENCODING_MP3"
| "OUTPUT_AUDIO_ENCODING_MP3_64_KBPS"
| "OUTPUT_AUDIO_ENCODING_OGG_OPUS"
| "OUTPUT_AUDIO_ENCODING_MULAW"
| "OUTPUT_AUDIO_ENCODING_ALAW";
sampleRateHertz?: number;
}

§Properties

§
audioEncoding?: "OUTPUT_AUDIO_ENCODING_UNSPECIFIED" | "OUTPUT_AUDIO_ENCODING_LINEAR_16" | "OUTPUT_AUDIO_ENCODING_MP3" | "OUTPUT_AUDIO_ENCODING_MP3_64_KBPS" | "OUTPUT_AUDIO_ENCODING_OGG_OPUS" | "OUTPUT_AUDIO_ENCODING_MULAW" | "OUTPUT_AUDIO_ENCODING_ALAW"
[src]
§
sampleRateHertz?: number
[src]