Skip to content

Commit 3ae47ae

Browse files
docs: [dialogflow-cx] Clarified Agent Assist max retention is 30 days (#8813)
* docs: Clarified Agent Assist max retention is 30 days PiperOrigin-RevId: 489241089 Source-Link: googleapis/googleapis@e795029 Source-Link: https://github.com/googleapis/googleapis-gen/commit/4380bee60092cd1aaf2be81b6c08bb76f8c12a66 Copy-Tag: eyJwIjoiamF2YS1kaWFsb2dmbG93LWN4Ly5Pd2xCb3QueWFtbCIsImgiOiI0MzgwYmVlNjAwOTJjZDFhYWYyYmU4MWI2YzA4YmI3NmY4YzEyYTY2In0= * 🦉 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>
1 parent d3f7056 commit 3ae47ae

File tree

4 files changed

+61
-70
lines changed

4 files changed

+61
-70
lines changed

java-dialogflow-cx/README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>google-cloud-dialogflow-cx</artifactId>
25-
<version>0.16.0</version>
25+
<version>0.17.0</version>
2626
</dependency>
2727
```
2828

2929
If you are using Gradle without BOM, add this to your dependencies:
3030

3131
```Groovy
32-
implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.16.0'
32+
implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.17.0'
3333
```
3434

3535
If you are using SBT, add this to your dependencies:
3636

3737
```Scala
38-
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow-cx" % "0.16.0"
38+
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow-cx" % "0.17.0"
3939
```
4040

4141
## Authentication
@@ -165,16 +165,16 @@ Java is a registered trademark of Oracle and/or its affiliates.
165165

166166
[product-docs]: https://cloud.google.com/dialogflow/cx/docs
167167
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-dialogflow-cx/latest/overview
168-
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-dialogflow-cx/java7.svg
169-
[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-dialogflow-cx/java7.html
170-
[kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-dialogflow-cx/java8.svg
171-
[kokoro-badge-link-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-dialogflow-cx/java8.html
172-
[kokoro-badge-image-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-dialogflow-cx/java8-osx.svg
173-
[kokoro-badge-link-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-dialogflow-cx/java8-osx.html
174-
[kokoro-badge-image-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-dialogflow-cx/java8-win.svg
175-
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-dialogflow-cx/java8-win.html
176-
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-dialogflow-cx/java11.svg
177-
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-dialogflow-cx/java11.html
168+
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java7.svg
169+
[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java7.html
170+
[kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8.svg
171+
[kokoro-badge-link-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8.html
172+
[kokoro-badge-image-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-osx.svg
173+
[kokoro-badge-link-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-osx.html
174+
[kokoro-badge-image-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.svg
175+
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.html
176+
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.svg
177+
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
178178
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
179179
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dialogflow-cx.svg
180180
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-dialogflow-cx&core=gav
@@ -186,9 +186,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
186186
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
187187
[cloud-sdk]: https://cloud.google.com/sdk/
188188
[troubleshooting]: https://github.com/googleapis/google-cloud-common/blob/main/troubleshooting/readme.md#troubleshooting
189-
[contributing]: https://github.com/googleapis/java-dialogflow-cx/blob/main/CONTRIBUTING.md
190-
[code-of-conduct]: https://github.com/googleapis/java-dialogflow-cx/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
191-
[license]: https://github.com/googleapis/java-dialogflow-cx/blob/main/LICENSE
189+
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
190+
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
191+
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE
192192
[enable-billing]: https://cloud.google.com/apis/docs/getting-started#enabling_billing
193193
[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=dialogflow-cx.googleapis.com
194194
[libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM

java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/SecuritySettings.java

Lines changed: 30 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2843,12 +2843,11 @@ public com.google.protobuf.ByteString getDeidentifyTemplateBytes() {
28432843
*
28442844
*
28452845
* <pre>
2846-
* Retains data in interaction logging for the specified number of days.
2847-
* This does not apply to Cloud logging, which is owned by the user - not
2848-
* Dialogflow.
2849-
* User must set a value lower than Dialogflow's default 365d TTL (time to
2850-
* live). Setting a value higher than that has no effect. A missing value or
2851-
* setting to 0 also means we use Dialogflow's default TTL.
2846+
* Retains the data for the specified number of days.
2847+
* User must set a value lower than Dialogflow's default 365d TTL (30 days
2848+
* for Agent Assist traffic), higher value will be ignored and use default.
2849+
* Setting a value higher than that has no effect. A missing value or
2850+
* setting to 0 also means we use default TTL.
28522851
* </pre>
28532852
*
28542853
* <code>int32 retention_window_days = 6;</code>
@@ -2863,12 +2862,11 @@ public boolean hasRetentionWindowDays() {
28632862
*
28642863
*
28652864
* <pre>
2866-
* Retains data in interaction logging for the specified number of days.
2867-
* This does not apply to Cloud logging, which is owned by the user - not
2868-
* Dialogflow.
2869-
* User must set a value lower than Dialogflow's default 365d TTL (time to
2870-
* live). Setting a value higher than that has no effect. A missing value or
2871-
* setting to 0 also means we use Dialogflow's default TTL.
2865+
* Retains the data for the specified number of days.
2866+
* User must set a value lower than Dialogflow's default 365d TTL (30 days
2867+
* for Agent Assist traffic), higher value will be ignored and use default.
2868+
* Setting a value higher than that has no effect. A missing value or
2869+
* setting to 0 also means we use default TTL.
28722870
* </pre>
28732871
*
28742872
* <code>int32 retention_window_days = 6;</code>
@@ -4591,12 +4589,11 @@ public Builder setDeidentifyTemplateBytes(com.google.protobuf.ByteString value)
45914589
*
45924590
*
45934591
* <pre>
4594-
* Retains data in interaction logging for the specified number of days.
4595-
* This does not apply to Cloud logging, which is owned by the user - not
4596-
* Dialogflow.
4597-
* User must set a value lower than Dialogflow's default 365d TTL (time to
4598-
* live). Setting a value higher than that has no effect. A missing value or
4599-
* setting to 0 also means we use Dialogflow's default TTL.
4592+
* Retains the data for the specified number of days.
4593+
* User must set a value lower than Dialogflow's default 365d TTL (30 days
4594+
* for Agent Assist traffic), higher value will be ignored and use default.
4595+
* Setting a value higher than that has no effect. A missing value or
4596+
* setting to 0 also means we use default TTL.
46004597
* </pre>
46014598
*
46024599
* <code>int32 retention_window_days = 6;</code>
@@ -4610,12 +4607,11 @@ public boolean hasRetentionWindowDays() {
46104607
*
46114608
*
46124609
* <pre>
4613-
* Retains data in interaction logging for the specified number of days.
4614-
* This does not apply to Cloud logging, which is owned by the user - not
4615-
* Dialogflow.
4616-
* User must set a value lower than Dialogflow's default 365d TTL (time to
4617-
* live). Setting a value higher than that has no effect. A missing value or
4618-
* setting to 0 also means we use Dialogflow's default TTL.
4610+
* Retains the data for the specified number of days.
4611+
* User must set a value lower than Dialogflow's default 365d TTL (30 days
4612+
* for Agent Assist traffic), higher value will be ignored and use default.
4613+
* Setting a value higher than that has no effect. A missing value or
4614+
* setting to 0 also means we use default TTL.
46194615
* </pre>
46204616
*
46214617
* <code>int32 retention_window_days = 6;</code>
@@ -4632,12 +4628,11 @@ public int getRetentionWindowDays() {
46324628
*
46334629
*
46344630
* <pre>
4635-
* Retains data in interaction logging for the specified number of days.
4636-
* This does not apply to Cloud logging, which is owned by the user - not
4637-
* Dialogflow.
4638-
* User must set a value lower than Dialogflow's default 365d TTL (time to
4639-
* live). Setting a value higher than that has no effect. A missing value or
4640-
* setting to 0 also means we use Dialogflow's default TTL.
4631+
* Retains the data for the specified number of days.
4632+
* User must set a value lower than Dialogflow's default 365d TTL (30 days
4633+
* for Agent Assist traffic), higher value will be ignored and use default.
4634+
* Setting a value higher than that has no effect. A missing value or
4635+
* setting to 0 also means we use default TTL.
46414636
* </pre>
46424637
*
46434638
* <code>int32 retention_window_days = 6;</code>
@@ -4655,12 +4650,11 @@ public Builder setRetentionWindowDays(int value) {
46554650
*
46564651
*
46574652
* <pre>
4658-
* Retains data in interaction logging for the specified number of days.
4659-
* This does not apply to Cloud logging, which is owned by the user - not
4660-
* Dialogflow.
4661-
* User must set a value lower than Dialogflow's default 365d TTL (time to
4662-
* live). Setting a value higher than that has no effect. A missing value or
4663-
* setting to 0 also means we use Dialogflow's default TTL.
4653+
* Retains the data for the specified number of days.
4654+
* User must set a value lower than Dialogflow's default 365d TTL (30 days
4655+
* for Agent Assist traffic), higher value will be ignored and use default.
4656+
* Setting a value higher than that has no effect. A missing value or
4657+
* setting to 0 also means we use default TTL.
46644658
* </pre>
46654659
*
46664660
* <code>int32 retention_window_days = 6;</code>

java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/SecuritySettingsOrBuilder.java

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,11 @@ public interface SecuritySettingsOrBuilder
245245
*
246246
*
247247
* <pre>
248-
* Retains data in interaction logging for the specified number of days.
249-
* This does not apply to Cloud logging, which is owned by the user - not
250-
* Dialogflow.
251-
* User must set a value lower than Dialogflow's default 365d TTL (time to
252-
* live). Setting a value higher than that has no effect. A missing value or
253-
* setting to 0 also means we use Dialogflow's default TTL.
248+
* Retains the data for the specified number of days.
249+
* User must set a value lower than Dialogflow's default 365d TTL (30 days
250+
* for Agent Assist traffic), higher value will be ignored and use default.
251+
* Setting a value higher than that has no effect. A missing value or
252+
* setting to 0 also means we use default TTL.
254253
* </pre>
255254
*
256255
* <code>int32 retention_window_days = 6;</code>
@@ -262,12 +261,11 @@ public interface SecuritySettingsOrBuilder
262261
*
263262
*
264263
* <pre>
265-
* Retains data in interaction logging for the specified number of days.
266-
* This does not apply to Cloud logging, which is owned by the user - not
267-
* Dialogflow.
268-
* User must set a value lower than Dialogflow's default 365d TTL (time to
269-
* live). Setting a value higher than that has no effect. A missing value or
270-
* setting to 0 also means we use Dialogflow's default TTL.
264+
* Retains the data for the specified number of days.
265+
* User must set a value lower than Dialogflow's default 365d TTL (30 days
266+
* for Agent Assist traffic), higher value will be ignored and use default.
267+
* Setting a value higher than that has no effect. A missing value or
268+
* setting to 0 also means we use default TTL.
271269
* </pre>
272270
*
273271
* <code>int32 retention_window_days = 6;</code>

java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/security_settings.proto

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -323,12 +323,11 @@ message SecuritySettings {
323323
// purged due to retention policy, we may still hold it in backup storage for
324324
// a few days without allowing direct readings.
325325
oneof data_retention {
326-
// Retains data in interaction logging for the specified number of days.
327-
// This does not apply to Cloud logging, which is owned by the user - not
328-
// Dialogflow.
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.
326+
// Retains the data for the specified number of days.
327+
// User must set a value lower than Dialogflow's default 365d TTL (30 days
328+
// for Agent Assist traffic), higher value will be ignored and use default.
329+
// Setting a value higher than that has no effect. A missing value or
330+
// setting to 0 also means we use default TTL.
332331
int32 retention_window_days = 6;
333332
}
334333

0 commit comments

Comments
 (0)