Contact Center AI Insights V1 API - Class Google::Cloud::ContactCenterInsights::V1::RedactionConfig (v1.1.0)

Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::RedactionConfig.

DLP resources used for redaction while ingesting conversations. DLP settings are applied to conversations ingested from the UploadConversation and IngestConversations endpoints, including conversation coming from CCAI Platform. They are not applied to conversations ingested from the CreateConversation endpoint or the Dialogflow / Agent Assist runtime integrations. When using Dialogflow / Agent Assist runtime integrations, redaction should be performed in Dialogflow / Agent Assist.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#deidentify_template

def deidentify_template() -> ::String
Returns
  • (::String) — The fully-qualified DLP deidentify template resource name. Format: projects/{project}/deidentifyTemplates/{template}

#deidentify_template=

def deidentify_template=(value) -> ::String
Parameter
  • value (::String) — The fully-qualified DLP deidentify template resource name. Format: projects/{project}/deidentifyTemplates/{template}
Returns
  • (::String) — The fully-qualified DLP deidentify template resource name. Format: projects/{project}/deidentifyTemplates/{template}

#inspect_template

def inspect_template() -> ::String
Returns
  • (::String) — The fully-qualified DLP inspect template resource name. Format: projects/{project}/locations/{location}/inspectTemplates/{template}

#inspect_template=

def inspect_template=(value) -> ::String
Parameter
  • value (::String) — The fully-qualified DLP inspect template resource name. Format: projects/{project}/locations/{location}/inspectTemplates/{template}
Returns
  • (::String) — The fully-qualified DLP inspect template resource name. Format: projects/{project}/locations/{location}/inspectTemplates/{template}