Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::SecuritySettings::AudioExportSettings (v0.8.1)

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.

#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. You need to grant service-<Conversation Project Number>@gcp-sa-dialogflow.iam.gserviceaccount.com the Storage Object Admin role in this bucket.

#gcs_bucket=

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