audioExportSettings

@JvmName(name = "lhlogmfrtpebqmnh")
suspend fun audioExportSettings(value: Output<CxSecuritySettingsAudioExportSettingsArgs>)
@JvmName(name = "xrubphyahwnvmqwr")
suspend fun audioExportSettings(value: CxSecuritySettingsAudioExportSettingsArgs?)

Parameters

value

Controls audio export settings for post-conversation analytics when ingesting audio to conversations. If retention_strategy is set to REMOVE_AFTER_CONVERSATION or gcs_bucket is empty, audio export is disabled. If audio export is enabled, audio is recorded and saved to gcs_bucket, subject to retention policy of gcs_bucket. This setting won't effect audio input for implicit sessions via Sessions.DetectIntent. Structure is documented below.


@JvmName(name = "jwcovhptlieqtogb")
suspend fun audioExportSettings(argument: suspend CxSecuritySettingsAudioExportSettingsArgsBuilder.() -> Unit)

Parameters

argument

Controls audio export settings for post-conversation analytics when ingesting audio to conversations. If retention_strategy is set to REMOVE_AFTER_CONVERSATION or gcs_bucket is empty, audio export is disabled. If audio export is enabled, audio is recorded and saved to gcs_bucket, subject to retention policy of gcs_bucket. This setting won't effect audio input for implicit sessions via Sessions.DetectIntent. Structure is documented below.