Class: Google::Cloud::ContactCenterInsights::V1::RedactionConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/resources.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#deidentify_template::String

Returns 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}



1233
1234
1235
1236
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1233

class RedactionConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#inspect_template::String

Returns 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}



1233
1234
1235
1236
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1233

class RedactionConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end