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: 489241089
  • Loading branch information
Google APIs authored and Copybara-Service committed Nov 17, 2022
1 parent 1d962cc commit e795029
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions google/cloud/dialogflow/cx/v3/security_settings.proto
Original file line number Diff line number Diff line change
Expand Up @@ -323,12 +323,11 @@ message SecuritySettings {
// purged due to retention policy, we may still hold it in backup storage for
// a few days without allowing direct readings.
oneof data_retention {
// 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.
// Retains the data for the specified number of days.
// 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 e795029

Please sign in to comment.