Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::SecuritySettings::AudioExportSettings.
Settings for exporting audio.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#audio_export_pattern
def audio_export_pattern() -> ::String
Returns
- (::String) — Filename pattern for exported audio.
#audio_export_pattern=
def audio_export_pattern=(value) -> ::String
Parameter
- value (::String) — Filename pattern for exported audio.
Returns
- (::String) — Filename pattern for exported audio.
#audio_format
def audio_format() -> ::Google::Cloud::Dialogflow::CX::V3::SecuritySettings::AudioExportSettings::AudioFormat
Returns
- (::Google::Cloud::Dialogflow::CX::V3::SecuritySettings::AudioExportSettings::AudioFormat) — File format for exported audio file. Currently only in telephony recordings.
#audio_format=
def audio_format=(value) -> ::Google::Cloud::Dialogflow::CX::V3::SecuritySettings::AudioExportSettings::AudioFormat
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::SecuritySettings::AudioExportSettings::AudioFormat) — File format for exported audio file. Currently only in telephony recordings.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::SecuritySettings::AudioExportSettings::AudioFormat) — File format for exported audio file. Currently only in telephony recordings.
#enable_audio_redaction
def enable_audio_redaction() -> ::Boolean
Returns
- (::Boolean) — Enable audio redaction if it is true.
#enable_audio_redaction=
def enable_audio_redaction=(value) -> ::Boolean
Parameter
- value (::Boolean) — Enable audio redaction if it is true.
Returns
- (::Boolean) — Enable audio redaction if it is true.
#gcs_bucket
def gcs_bucket() -> ::String
Returns
- (::String) — 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.
#gcs_bucket=
def gcs_bucket=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.