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 \ SecuritySettingsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;