Class: Google::Cloud::ContactCenterInsights::V1::RedactionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::RedactionConfig
- 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
-
#deidentify_template ⇒ ::String
The fully-qualified DLP deidentify template resource name.
-
#inspect_template ⇒ ::String
The fully-qualified DLP inspect template resource name.
Instance Attribute Details
#deidentify_template ⇒ ::String
Returns The fully-qualified DLP deidentify template resource name.
Format:
projects/{project}/deidentifyTemplates/{template}
.
1160 1161 1162 1163 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1160 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}
.
1160 1161 1162 1163 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1160 class RedactionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |