Skip to content

Commit 63cd62a

Browse files
Google APIscopybara-github
Google APIs
authored andcommitted
docs: Clarify interactive logging TTL behavior
PiperOrigin-RevId: 485069403
1 parent 1330126 commit 63cd62a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

google/cloud/dialogflow/cx/v3beta1/advanced_settings.proto

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ syntax = "proto3";
1616

1717
package google.cloud.dialogflow.cx.v3beta1;
1818

19+
import "google/api/field_behavior.proto";
1920

2021
option cc_enable_arenas = true;
2122
option csharp_namespace = "Google.Cloud.Dialogflow.Cx.V3Beta1";

google/cloud/dialogflow/cx/v3beta1/security_settings.proto

+3-6
Original file line numberDiff line numberDiff line change
@@ -326,12 +326,9 @@ message SecuritySettings {
326326
// Retains data in interaction logging for the specified number of days.
327327
// This does not apply to Cloud logging, which is owned by the user - not
328328
// Dialogflow.
329-
// User must set a value lower than Dialogflow's default 365d TTL. Setting a
330-
// value higher than that has no effect.
331-
// A missing value or setting to 0 also means we use Dialogflow's default
332-
// TTL.
333-
// Note: Interaction logging is a limited access feature. Talk to your
334-
// Google representative to check availability for you.
329+
// User must set a value lower than Dialogflow's default 365d TTL (time to
330+
// live). Setting a value higher than that has no effect. A missing value or
331+
// setting to 0 also means we use Dialogflow's default TTL.
335332
int32 retention_window_days = 6;
336333
}
337334

0 commit comments

Comments
 (0)