Interface SecuritySettings.AudioExportSettingsOrBuilder (0.52.0)

public static interface SecuritySettings.AudioExportSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAudioExportPattern()

public abstract String getAudioExportPattern()

Filename pattern for exported audio.

string audio_export_pattern = 2;

Returns
TypeDescription
String

The audioExportPattern.

getAudioExportPatternBytes()

public abstract ByteString getAudioExportPatternBytes()

Filename pattern for exported audio.

string audio_export_pattern = 2;

Returns
TypeDescription
ByteString

The bytes for audioExportPattern.

getAudioFormat()

public abstract SecuritySettings.AudioExportSettings.AudioFormat getAudioFormat()

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

.google.cloud.dialogflow.cx.v3.SecuritySettings.AudioExportSettings.AudioFormat audio_format = 4;

Returns
TypeDescription
SecuritySettings.AudioExportSettings.AudioFormat

The audioFormat.

getAudioFormatValue()

public abstract int getAudioFormatValue()

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

.google.cloud.dialogflow.cx.v3.SecuritySettings.AudioExportSettings.AudioFormat audio_format = 4;

Returns
TypeDescription
int

The enum numeric value on the wire for audioFormat.

getEnableAudioRedaction()

public abstract boolean getEnableAudioRedaction()

Enable audio redaction if it is true.

bool enable_audio_redaction = 3;

Returns
TypeDescription
boolean

The enableAudioRedaction.

getGcsBucket()

public abstract String getGcsBucket()

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.

string gcs_bucket = 1;

Returns
TypeDescription
String

The gcsBucket.

getGcsBucketBytes()

public abstract ByteString getGcsBucketBytes()

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.

string gcs_bucket = 1;

Returns
TypeDescription
ByteString

The bytes for gcsBucket.