Class SecuritySettings.Types.AudioExportSettings (2.0.0)

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

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(SecuritySettings.Types.AudioExportSettings)

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

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
SecuritySettings.Types.AudioExportSettings.Types.AudioFormat

EnableAudioRedaction

public bool EnableAudioRedaction { get; set; }

Enable audio redaction if it is true.

Property Value
TypeDescription
Boolean

GcsBucket

public string GcsBucket { get; set; }

Cloud Storage bucket to export audio record to. You need to grant service-&lt;Conversation Project Number>@gcp-sa-dialogflow.iam.gserviceaccount.com the Storage Object Admin role in this bucket.

Property Value
TypeDescription
String