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.
|
boolean |
getStoreTtsAudio()
Whether to store TTS audio.
|
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. Note that this only redacts end-user audio data; Synthesised audio from the virtual agent is not redacted.
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;
boolean getStoreTtsAudio()
Whether to store TTS audio. By default, TTS audio from the virtual agent is not exported.
bool store_tts_audio = 6;Copyright © 2025 Google LLC. All rights reserved.