Google Cloud Dialogflow Cx V3 Client - Class RetentionStrategy (0.2.1)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class RetentionStrategy.

Defines how long we retain persisted data that contains sensitive info.

Protobuf type google.cloud.dialogflow.cx.v3.SecuritySettings.RetentionStrategy

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3 \ SecuritySettings

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

RETENTION_STRATEGY_UNSPECIFIED

Value: 0

Retains the persisted data with Dialogflow's internal default 365d TTLs.

Generated from protobuf enum RETENTION_STRATEGY_UNSPECIFIED = 0;

REMOVE_AFTER_CONVERSATION

Value: 1

Removes data when the conversation ends. If there is no Conversation explicitly established, a default conversation ends when the corresponding Dialogflow session ends.

Generated from protobuf enum REMOVE_AFTER_CONVERSATION = 1;