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.
Implements
IMessageSecuritySettingsTypesAudioExportSettings, IEquatableSecuritySettingsTypesAudioExportSettings, IDeepCloneableSecuritySettingsTypesAudioExportSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
AudioExportSettings()
public AudioExportSettings()
AudioExportSettings(AudioExportSettings)
public AudioExportSettings(SecuritySettings.Types.AudioExportSettings other)
Parameter | |
---|---|
Name | Description |
other | SecuritySettingsTypesAudioExportSettings |
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 |
SecuritySettingsTypesAudioExportSettingsTypesAudioFormat |
EnableAudioRedaction
public bool EnableAudioRedaction { get; set; }
Enable audio redaction if it is true.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |