Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::SecuritySettings::AudioExportSettings (v1.1.0)

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

#audio_format=

def audio_format=(value) -> ::Google::Cloud::Dialogflow::CX::V3::SecuritySettings::AudioExportSettings::AudioFormat
Parameter
Returns

#enable_audio_redaction

def enable_audio_redaction() -> ::Boolean
Returns
  • (::Boolean) — 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.

#enable_audio_redaction=

def enable_audio_redaction=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.
Returns
  • (::Boolean) — 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.

#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.

#store_tts_audio

def store_tts_audio() -> ::Boolean
Returns
  • (::Boolean) — Whether to store TTS audio. By default, TTS audio from the virtual agent is not exported.

#store_tts_audio=

def store_tts_audio=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Whether to store TTS audio. By default, TTS audio from the virtual agent is not exported.
Returns
  • (::Boolean) — Whether to store TTS audio. By default, TTS audio from the virtual agent is not exported.