View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1RedactionConfig (google_api_contact_center_insights v0.5.0)

DLP resources used for redaction while ingesting conversations.

Attributes

  • deidentifyTemplate (type: String.t, default: nil) - The fully-qualified DLP deidentify template resource name. Format: projects/{project}/deidentifyTemplates/{template}
  • inspectTemplate (type: String.t, default: nil) - The fully-qualified DLP inspect template resource name. Format: projects/{project}/locations/{location}/inspectTemplates/{template}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1RedactionConfig{
    deidentifyTemplate: String.t() | nil,
    inspectTemplate: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.