mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-18 13:08:24 +02:00
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:
parent
13d5b3f3f9
commit
62443cf095
1 changed files with 3 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue