From 62443cf095495ae2fedd4f56712eccdf686bab52 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Thu, 20 Oct 2022 15:44:31 -0700 Subject: [PATCH] docs: Clarified TTL as time-to-live docs: Removed pre-GA disclaimer from Interaction Logging (has been GA for awhile) PiperOrigin-RevId: 482618841 --- google/cloud/dialogflow/cx/v3/security_settings.proto | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/google/cloud/dialogflow/cx/v3/security_settings.proto b/google/cloud/dialogflow/cx/v3/security_settings.proto index 75c62a8c13..0c9c0942a5 100644 --- a/google/cloud/dialogflow/cx/v3/security_settings.proto +++ b/google/cloud/dialogflow/cx/v3/security_settings.proto @@ -326,12 +326,9 @@ 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. Setting a - // value higher than that has no effect. - // A missing value or setting to 0 also means we use Dialogflow's default - // TTL. - // Note: Interaction logging is a limited access feature. Talk to your - // Google representative to check availability for you. + // 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. int32 retention_window_days = 6; }