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

GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings

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

Settings for exporting audio.

interface GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings {
audioExportPattern?: string;
audioFormat?:
| "AUDIO_FORMAT_UNSPECIFIED"
| "MULAW"
| "MP3"
| "OGG";
enableAudioRedaction?: boolean;
gcsBucket?: string;
}

§Properties

§
audioExportPattern?: string
[src]

Filename pattern for exported audio.

§
audioFormat?: "AUDIO_FORMAT_UNSPECIFIED" | "MULAW" | "MP3" | "OGG"
[src]

File format for exported audio file. Currently only in telephony recordings.

§
enableAudioRedaction?: boolean
[src]

Enable audio redaction if it is true. Note that this only redacts end-user audio data; Synthesised audio from the virtual agent is not redacted.

§
gcsBucket?: string
[src]

Cloud Storage bucket to export audio record to. Setting this field would grant the Storage Object Creator role to the Dialogflow Service Agent. API caller that tries to modify this field should have the permission of storage.buckets.setIamPolicy.