public static interface SecuritySettings.AudioExportSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAudioExportPattern()
Filename pattern for exported audio.
|
com.google.protobuf.ByteString |
getAudioExportPatternBytes()
Filename pattern for exported audio.
|
SecuritySettings.AudioExportSettings.AudioFormat |
getAudioFormat()
File format for exported audio file.
|
int |
getAudioFormatValue()
File format for exported audio file.
|
boolean |
getEnableAudioRedaction()
Enable audio redaction if it is true.
|
String |
getGcsBucket()
Cloud Storage bucket to export audio record to.
|
com.google.protobuf.ByteString |
getGcsBucketBytes()
Cloud Storage bucket to export audio record to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;com.google.protobuf.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;String getAudioExportPattern()
Filename pattern for exported audio.
string audio_export_pattern = 2;com.google.protobuf.ByteString getAudioExportPatternBytes()
Filename pattern for exported audio.
string audio_export_pattern = 2;boolean getEnableAudioRedaction()
Enable audio redaction if it is true.
bool enable_audio_redaction = 3;int getAudioFormatValue()
File format for exported audio file. Currently only in telephony recordings.
.google.cloud.dialogflow.cx.v3.SecuritySettings.AudioExportSettings.AudioFormat audio_format = 4;
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;
Copyright © 2022 Google LLC. All rights reserved.