deidentifyTemplate property
DLP deidentify template name.
Use this template to define de-identification configuration for the
content. The DLP De-identify Templates Reader
role is needed on the
Dialogflow service identity service account (has the form
service-PROJECT_NUMBER@gcp-sa-dialogflow.iam.gserviceaccount.com
) for
your agent's project. If empty, Dialogflow replaces sensitive info with
[redacted]
text. The template name will have one of the following
formats: projects//locations//deidentifyTemplates/
OR
organizations//locations//deidentifyTemplates/
Note:
deidentify_template
must be located in the same region as the
SecuritySettings
.
Implementation
core.String? deidentifyTemplate;