Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class RedactionScope.
Defines what types of data to redact.
Protobuf type google.cloud.dialogflow.cx.v3.SecuritySettings.RedactionScope
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ SecuritySettingsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
REDACTION_SCOPE_UNSPECIFIED
Value: 0
Don't redact any kind of data.
Generated from protobuf enum REDACTION_SCOPE_UNSPECIFIED = 0;
REDACT_DISK_STORAGE
Value: 2
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.
Generated from protobuf enum REDACT_DISK_STORAGE = 2;