redactionScope property

String? redactionScope
getter/setter pair

Defines the data for which Dialogflow applies redaction.

Dialogflow does not redact data that it does not have access to – for example, Cloud logging. Possible string values are:

  • "REDACTION_SCOPE_UNSPECIFIED" : Don't redact any kind of data.
  • "REDACT_DISK_STORAGE" : On data to be written to disk or similar devices that are capable of holding data even if power is disconnected. This includes data that are temporarily saved on disk.

Implementation

core.String? redactionScope;