Google Cloud Contact Center Insights V1 Client - Class RedactionConfig (1.6.2)

Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class RedactionConfig.

DLP resources used for redaction while ingesting conversations.

Generated from protobuf message google.cloud.contactcenterinsights.v1.RedactionConfig

Namespace

Google \ Cloud \ ContactCenterInsights \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ deidentify_template string

The fully-qualified DLP deidentify template resource name. Format: projects/{project}/deidentifyTemplates/{template}

↳ inspect_template string

The fully-qualified DLP inspect template resource name. Format: projects/{project}/locations/{location}/inspectTemplates/{template}

getDeidentifyTemplate

The fully-qualified DLP deidentify template resource name.

Format: projects/{project}/deidentifyTemplates/{template}

Returns
TypeDescription
string

setDeidentifyTemplate

The fully-qualified DLP deidentify template resource name.

Format: projects/{project}/deidentifyTemplates/{template}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getInspectTemplate

The fully-qualified DLP inspect template resource name.

Format: projects/{project}/locations/{location}/inspectTemplates/{template}

Returns
TypeDescription
string

setInspectTemplate

The fully-qualified DLP inspect template resource name.

Format: projects/{project}/locations/{location}/inspectTemplates/{template}

Parameter
NameDescription
var string
Returns
TypeDescription
$this