Skip to content

Commit

Permalink
docs: Clarified Agent Assist max retention is 30 days (#3665)
Browse files Browse the repository at this point in the history
* docs: Clarified Agent Assist max retention is 30 days

PiperOrigin-RevId: 489241089

Source-Link: googleapis/googleapis@e795029

Source-Link: googleapis/googleapis-gen@4380bee
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRpYWxvZ2Zsb3ctY3gvLk93bEJvdC55YW1sIiwiaCI6IjQzODBiZWU2MDA5MmNkMWFhZjJiZTgxYjZjMDhiYjc2ZjhjMTJhNjYifQ==

* docs: Clarified Agent Assist max retention is 30 days

PiperOrigin-RevId: 489494670

Source-Link: googleapis/googleapis@e35c0d3

Source-Link: googleapis/googleapis-gen@4c38485
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRpYWxvZ2Zsb3ctY3gvLk93bEJvdC55YW1sIiwiaCI6IjRjMzg0ODU1MWE3NmZkZjE5MDUzMzI5MjEyNzIxMWE0YWQ4ZmVlOGIifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
  • Loading branch information
3 people committed Dec 6, 2022
1 parent 00975ce commit 633495c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -323,12 +323,11 @@ message SecuritySettings {
// purged due to retention policy, we may still hold it in backup storage for
// a few days without allowing direct readings.
oneof data_retention {
// 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 (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.
// Retains the data for the specified number of days.
// User must set a value lower than Dialogflow's default 365d TTL (30 days
// for Agent Assist traffic), higher value will be ignored and use default.
// Setting a value higher than that has no effect. A missing value or
// setting to 0 also means we use default TTL.
int32 retention_window_days = 6;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,10 @@ 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 (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.
// User must set a value lower than Dialogflow's default 365d TTL (30 days
// for Agent Assist traffic), higher value will be ignored and use default.
// Setting a value higher than that has no effect. A missing value or
// setting to 0 also means we use default TTL.
int32 retention_window_days = 6;
}

Expand Down

0 comments on commit 633495c

Please sign in to comment.