public static interface SecuritySettings.AudioExportSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAudioExportPattern()
public abstract String getAudioExportPattern()Filename pattern for exported audio.
string audio_export_pattern = 2;
| Type | Description |
| String | The audioExportPattern. |
getAudioExportPatternBytes()
public abstract ByteString getAudioExportPatternBytes()Filename pattern for exported audio.
string audio_export_pattern = 2;
| Type | Description |
| 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.v3beta1.SecuritySettings.AudioExportSettings.AudioFormat audio_format = 4;
| Type | Description |
| 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.v3beta1.SecuritySettings.AudioExportSettings.AudioFormat audio_format = 4;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| ByteString | The bytes for gcsBucket. |