Skip to content

Commit e35c0d3

Browse files
Google APIscopybara-github
authored andcommitted
docs: Clarified Agent Assist max retention is 30 days
PiperOrigin-RevId: 489494670
1 parent 813e2fa commit e35c0d3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,10 @@ message SecuritySettings {
326326
// Retains data in interaction logging for the specified number of days.
327327
// This does not apply to Cloud logging, which is owned by the user - not
328328
// 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.
329+
// User must set a value lower than Dialogflow's default 365d TTL (30 days
330+
// for Agent Assist traffic), higher value will be ignored and use default.
331+
// Setting a value higher than that has no effect. A missing value or
332+
// setting to 0 also means we use default TTL.
332333
int32 retention_window_days = 6;
333334
}
334335

0 commit comments

Comments
 (0)