GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettingsResponse

data class GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettingsResponse(val audioExportPattern: String, val audioFormat: String, val enableAudioRedaction: Boolean, val gcsBucket: String)

Settings for exporting audio.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Filename pattern for exported audio.

Link copied to clipboard

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

Link copied to clipboard

Enable audio redaction if it is true.

Link copied to clipboard

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.