Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class RedactionStrategy.
Defines how we redact data.
Protobuf type google.cloud.dialogflow.cx.v3.SecuritySettings.RedactionStrategy
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ SecuritySettingsMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
REDACTION_STRATEGY_UNSPECIFIED
Value: 0Do not redact.
Generated from protobuf enum REDACTION_STRATEGY_UNSPECIFIED = 0;
REDACT_WITH_SERVICE
Value: 1Call redaction service to clean up the data to be persisted.
Generated from protobuf enum REDACT_WITH_SERVICE = 1;