RedactionConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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.
Attributes |
|
---|---|
Name | Description |
deidentify_template |
str
The fully-qualified DLP deidentify template resource name. Format: projects/{project}/deidentifyTemplates/{template}
|
inspect_template |
str
The fully-qualified DLP inspect template resource name. Format: projects/{project}/locations/{location}/inspectTemplates/{template}
|