You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 20, 2023. It is now read-only.
// List of types of data to remove when retention settings triggers purge.
303
338
repeatedPurgeDataTypepurge_data_types=8;
304
339
340
+
// Controls audio export settings for post-conversation analytics when
341
+
// ingesting audio to conversations via [Participants.AnalyzeContent][] or
342
+
// [Participants.StreamingAnalyzeContent][].
343
+
//
344
+
// If [retention_strategy][google.cloud.dialogflow.cx.v3.SecuritySettings.retention_strategy] is set to REMOVE_AFTER_CONVERSATION or
345
+
// [audio_export_settings.gcs_bucket][] is empty, audio export is disabled.
346
+
//
347
+
// If audio export is enabled, audio is recorded and saved to
348
+
// [audio_export_settings.gcs_bucket][], subject to retention policy of
349
+
// [audio_export_settings.gcs_bucket][].
350
+
//
351
+
// This setting won't effect audio input for implicit sessions via
352
+
// [Sessions.DetectIntent][google.cloud.dialogflow.cx.v3.Sessions.DetectIntent] or [Sessions.StreamingDetectIntent][google.cloud.dialogflow.cx.v3.Sessions.StreamingDetectIntent].
353
+
AudioExportSettingsaudio_export_settings=12;
354
+
305
355
// Controls conversation exporting settings to Insights after conversation is
0 commit comments