Google Cloud Dialogflow Cx V3 Client - Class RedactionStrategy (0.3.2)

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 \ SecuritySettings

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

REDACTION_STRATEGY_UNSPECIFIED

Value: 0

Do not redact.

Generated from protobuf enum REDACTION_STRATEGY_UNSPECIFIED = 0;

REDACT_WITH_SERVICE

Value: 1

Call redaction service to clean up the data to be persisted.

Generated from protobuf enum REDACT_WITH_SERVICE = 1;