Skip to content

Commit

Permalink
docs: Clarified Agent Assist max retention is 30 days
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 489494670
  • Loading branch information
Google APIs authored and copybara-github committed Nov 18, 2022
1 parent 813e2fa commit e35c0d3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions google/cloud/dialogflow/cx/v3beta1/security_settings.proto
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,10 @@ message SecuritySettings {
// Retains data in interaction logging for the specified number of days.
// This does not apply to Cloud logging, which is owned by the user - not
// Dialogflow.
// User must set a value lower than Dialogflow's default 365d TTL (time to
// live). Setting a value higher than that has no effect. A missing value or
// setting to 0 also means we use Dialogflow's default TTL.
// User must set a value lower than Dialogflow's default 365d TTL (30 days
// for Agent Assist traffic), higher value will be ignored and use default.
// Setting a value higher than that has no effect. A missing value or
// setting to 0 also means we use default TTL.
int32 retention_window_days = 6;
}

Expand Down

0 comments on commit e35c0d3

Please sign in to comment.