public sealed class AudioExportSettings : IMessage<SecuritySettings.Types.AudioExportSettings>, IEquatable<SecuritySettings.Types.AudioExportSettings>, IDeepCloneable<SecuritySettings.Types.AudioExportSettings>, IBufferMessage, IMessage
Settings for exporting audio.
Implements
IMessage<SecuritySettings.Types.AudioExportSettings>, IEquatable<SecuritySettings.Types.AudioExportSettings>, IDeepCloneable<SecuritySettings.Types.AudioExportSettings>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
AudioExportSettings()
public AudioExportSettings()
AudioExportSettings(SecuritySettings.Types.AudioExportSettings)
public AudioExportSettings(SecuritySettings.Types.AudioExportSettings other)
Parameter | |
---|---|
Name | Description |
other | SecuritySettings.Types.AudioExportSettings |
Properties
AudioExportPattern
public string AudioExportPattern { get; set; }
Filename pattern for exported audio.
Property Value | |
---|---|
Type | Description |
String |
AudioFormat
public SecuritySettings.Types.AudioExportSettings.Types.AudioFormat AudioFormat { get; set; }
File format for exported audio file. Currently only in telephony recordings.
Property Value | |
---|---|
Type | Description |
SecuritySettings.Types.AudioExportSettings.Types.AudioFormat |
EnableAudioRedaction
public bool EnableAudioRedaction { get; set; }
Enable audio redaction if it is true.
Property Value | |
---|---|
Type | Description |
Boolean |
GcsBucket
public string GcsBucket { get; set; }
Cloud Storage bucket to export audio record to. You need to grant
service-<Conversation Project
Number>@gcp-sa-dialogflow.iam.gserviceaccount.com
the Storage Object
Admin
role in this bucket.
Property Value | |
---|---|
Type | Description |
String |