Dialogflow v3 API - Class SecuritySettings.Types.AudioExportSettings (2.10.0)

public sealed class SecuritySettings.Types.AudioExportSettings : IMessage<SecuritySettings.Types.AudioExportSettings>, IEquatable<SecuritySettings.Types.AudioExportSettings>, IDeepCloneable<SecuritySettings.Types.AudioExportSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class SecuritySettings.Types.AudioExportSettings.

Settings for exporting audio.

Inheritance

object > SecuritySettings.Types.AudioExportSettings

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

AudioExportSettings()

public AudioExportSettings()

AudioExportSettings(AudioExportSettings)

public AudioExportSettings(SecuritySettings.Types.AudioExportSettings other)
Parameter
NameDescription
otherSecuritySettingsTypesAudioExportSettings

Properties

AudioExportPattern

public string AudioExportPattern { get; set; }

Filename pattern for exported audio.

Property Value
TypeDescription
string

AudioFormat

public SecuritySettings.Types.AudioExportSettings.Types.AudioFormat AudioFormat { get; set; }

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

Property Value
TypeDescription
SecuritySettingsTypesAudioExportSettingsTypesAudioFormat

EnableAudioRedaction

public bool EnableAudioRedaction { get; set; }

Enable audio redaction if it is true.

Property Value
TypeDescription
bool

GcsBucket

public string GcsBucket { get; set; }

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.

Property Value
TypeDescription
string