Interface SecuritySettings.AudioExportSettingsOrBuilder (0.13.1)

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. You need to grant service-<Conversation Project Number>@gcp-sa-dialogflow.iam.gserviceaccount.com the Storage Object Admin role in this bucket.

string gcs_bucket = 1;

Returns
TypeDescription
String

The gcsBucket.

getGcsBucketBytes()

public abstract ByteString getGcsBucketBytes()

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.

string gcs_bucket = 1;

Returns
TypeDescription
ByteString

The bytes for gcsBucket.