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;
storeTtsAudio?: boolean;
}§Properties
§
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.