docs: Clarified TTL as time-to-live

docs: Removed pre-GA disclaimer from Interaction Logging (has been GA for awhile)

PiperOrigin-RevId: 482618841
This commit is contained in:
Google APIs 2022-10-20 15:44:31 -07:00 committed by Copybara-Service
parent 13d5b3f3f9
commit 62443cf095

View file

@ -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;
}