Skip to content

Commit e795029

Browse files
Google APIscopybara-github
authored andcommitted
docs: Clarified Agent Assist max retention is 30 days
PiperOrigin-RevId: 489241089
1 parent 1d962cc commit e795029

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

google/cloud/dialogflow/cx/v3/security_settings.proto

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -323,12 +323,11 @@ message SecuritySettings {
323323
// purged due to retention policy, we may still hold it in backup storage for
324324
// a few days without allowing direct readings.
325325
oneof data_retention {
326-
// Retains data in interaction logging for the specified number of days.
327-
// This does not apply to Cloud logging, which is owned by the user - not
328-
// Dialogflow.
329-
// User must set a value lower than Dialogflow's default 365d TTL (time to
330-
// live). Setting a value higher than that has no effect. A missing value or
331-
// setting to 0 also means we use Dialogflow's default TTL.
326+
// Retains the data for the specified number of days.
327+
// User must set a value lower than Dialogflow's default 365d TTL (30 days
328+
// for Agent Assist traffic), higher value will be ignored and use default.
329+
// Setting a value higher than that has no effect. A missing value or
330+
// setting to 0 also means we use default TTL.
332331
int32 retention_window_days = 6;
333332
}
334333

0 commit comments

Comments
 (0)