Skip to content

Commit

Permalink
docs: [dialogflow-cx] Clarified Agent Assist max retention is 30 days (
Browse files Browse the repository at this point in the history
…#8813)

* 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: 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Nov 17, 2022
1 parent d3f7056 commit 3ae47ae
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 70 deletions.
32 changes: 16 additions & 16 deletions java-dialogflow-cx/README.md
Expand Up @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dialogflow-cx</artifactId>
<version>0.16.0</version>
<version>0.17.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.16.0'
implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.17.0'
```

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

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

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

[product-docs]: https://cloud.google.com/dialogflow/cx/docs
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-dialogflow-cx/latest/overview
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-dialogflow-cx/java7.svg
[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-dialogflow-cx/java7.html
[kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-dialogflow-cx/java8.svg
[kokoro-badge-link-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-dialogflow-cx/java8.html
[kokoro-badge-image-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-dialogflow-cx/java8-osx.svg
[kokoro-badge-link-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-dialogflow-cx/java8-osx.html
[kokoro-badge-image-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-dialogflow-cx/java8-win.svg
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-dialogflow-cx/java8-win.html
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-dialogflow-cx/java11.svg
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-dialogflow-cx/java11.html
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java7.svg
[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java7.html
[kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8.svg
[kokoro-badge-link-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8.html
[kokoro-badge-image-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-osx.svg
[kokoro-badge-link-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-osx.html
[kokoro-badge-image-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.svg
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.html
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.svg
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dialogflow-cx.svg
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-dialogflow-cx&core=gav
Expand All @@ -186,9 +186,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
[cloud-sdk]: https://cloud.google.com/sdk/
[troubleshooting]: https://github.com/googleapis/google-cloud-common/blob/main/troubleshooting/readme.md#troubleshooting
[contributing]: https://github.com/googleapis/java-dialogflow-cx/blob/main/CONTRIBUTING.md
[code-of-conduct]: https://github.com/googleapis/java-dialogflow-cx/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
[license]: https://github.com/googleapis/java-dialogflow-cx/blob/main/LICENSE
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE
[enable-billing]: https://cloud.google.com/apis/docs/getting-started#enabling_billing
[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=dialogflow-cx.googleapis.com
[libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM
Expand Down
Expand Up @@ -2843,12 +2843,11 @@ public com.google.protobuf.ByteString getDeidentifyTemplateBytes() {
*
*
* <pre>
* 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.
* </pre>
*
* <code>int32 retention_window_days = 6;</code>
Expand All @@ -2863,12 +2862,11 @@ public boolean hasRetentionWindowDays() {
*
*
* <pre>
* 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.
* </pre>
*
* <code>int32 retention_window_days = 6;</code>
Expand Down Expand Up @@ -4591,12 +4589,11 @@ public Builder setDeidentifyTemplateBytes(com.google.protobuf.ByteString value)
*
*
* <pre>
* 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.
* </pre>
*
* <code>int32 retention_window_days = 6;</code>
Expand All @@ -4610,12 +4607,11 @@ public boolean hasRetentionWindowDays() {
*
*
* <pre>
* 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.
* </pre>
*
* <code>int32 retention_window_days = 6;</code>
Expand All @@ -4632,12 +4628,11 @@ public int getRetentionWindowDays() {
*
*
* <pre>
* 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.
* </pre>
*
* <code>int32 retention_window_days = 6;</code>
Expand All @@ -4655,12 +4650,11 @@ public Builder setRetentionWindowDays(int value) {
*
*
* <pre>
* 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.
* </pre>
*
* <code>int32 retention_window_days = 6;</code>
Expand Down
Expand Up @@ -245,12 +245,11 @@ public interface SecuritySettingsOrBuilder
*
*
* <pre>
* 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.
* </pre>
*
* <code>int32 retention_window_days = 6;</code>
Expand All @@ -262,12 +261,11 @@ public interface SecuritySettingsOrBuilder
*
*
* <pre>
* 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.
* </pre>
*
* <code>int32 retention_window_days = 6;</code>
Expand Down
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

0 comments on commit 3ae47ae

Please sign in to comment.