@@ -198,8 +198,8 @@ message SecuritySettings {
198
198
// Unspecified. Do not use.
199
199
PURGE_DATA_TYPE_UNSPECIFIED = 0 ;
200
200
201
- // Dialogflow history. This does not include Stackdriver log , which is
202
- // owned by the user not Dialogflow.
201
+ // Dialogflow history. This does not include Cloud logging , which is
202
+ // owned by the user - not Dialogflow.
203
203
DIALOGFLOW_HISTORY = 1 ;
204
204
}
205
205
@@ -215,8 +215,9 @@ message SecuritySettings {
215
215
// Strategy that defines how we do redaction.
216
216
RedactionStrategy redaction_strategy = 3 ;
217
217
218
- // Defines on what data we apply redaction. Note that we don't
219
- // redact data to which we don't have access, e.g., Stackdriver logs.
218
+ // Defines the data for which Dialogflow applies redaction. Dialogflow does
219
+ // not redact data that it does not have access to – for example, Cloud
220
+ // logging.
220
221
RedactionScope redaction_scope = 4 ;
221
222
222
223
// DLP inspect template name. Use this template to define inspect base
@@ -233,11 +234,15 @@ message SecuritySettings {
233
234
// purged due to retention policy, we may still hold it in backup storage for
234
235
// a few days without allowing direct readings.
235
236
oneof data_retention {
236
- // Retains the data for the specified number of days.
237
+ // Retains data in interaction logging for the specified number of days.
238
+ // This does not apply to Cloud logging, which is owned by the user - not
239
+ // Dialogflow.
237
240
// User must Set a value lower than Dialogflow's default 30d TTL. Setting a
238
241
// value higher than that has no effect.
239
242
// A missing value or setting to 0 also means we use Dialogflow's default
240
243
// TTL.
244
+ // Note: Interaction logging is a limited access feature. Talk to your
245
+ // Google representative to check availability for you.
241
246
int32 retention_window_days = 6 ;
242
247
}
243
248
0 commit comments