View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings (google_api_dialogflow v0.78.0)

Settings for exporting audio.

Attributes

  • audioExportPattern (type: String.t, default: nil) - Filename pattern for exported audio.
  • audioFormat (type: String.t, default: nil) - File format for exported audio file. Currently only in telephony recordings.
  • enableAudioRedaction (type: boolean(), default: nil) - 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.
  • gcsBucket (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings{
    audioExportPattern: String.t() | nil,
    audioFormat: String.t() | nil,
    enableAudioRedaction: boolean() | nil,
    gcsBucket: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.