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

public sealed class 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(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. 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