audioExportSettings property

GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings? audioExportSettings
getter/setter pair

Controls audio export settings for post-conversation analytics when ingesting audio to conversations via Participants.AnalyzeContent or Participants.StreamingAnalyzeContent.

If retention_strategy is set to REMOVE_AFTER_CONVERSATION or audio_export_settings.gcs_bucket is empty, audio export is disabled. If audio export is enabled, audio is recorded and saved to audio_export_settings.gcs_bucket, subject to retention policy of audio_export_settings.gcs_bucket. This setting won't effect audio input for implicit sessions via Sessions.DetectIntent or Sessions.StreamingDetectIntent.

Implementation

GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings?
    audioExportSettings;