google-cloud-dialogflow-cx-v3 0.10.1 → 0.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9e874ba5de0a63e43a7e69ca5eb20be608117b206ccdc5a5c08a36f35d43728a
|
|
4
|
+
data.tar.gz: eb10415a76dabff17fc459991707c37012a0ceed3ff8c3266cb72cfba4ca8f49
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 29310acb919a8230391b376f9bab84b2d7e826cba94f93643921cdc58f64f23863fd88801d1f3f82f0e843bbfeafd94dbebd8969a2eb8aba2b6cd1826e304a15
|
|
7
|
+
data.tar.gz: '08a6e8eca84861b3da182411766c7aeb8cd19abccd999d6f7ebc575dea1952629795144ac55466d4f02c741ebbed78849e9fe93f3fb290900648a879403a7fd1'
|
|
@@ -167,12 +167,9 @@ module Google
|
|
|
167
167
|
# Retains data in interaction logging for the specified number of days.
|
|
168
168
|
# This does not apply to Cloud logging, which is owned by the user - not
|
|
169
169
|
# Dialogflow.
|
|
170
|
-
# User must set a value lower than Dialogflow's default 365d TTL
|
|
171
|
-
# value higher than that has no effect.
|
|
172
|
-
#
|
|
173
|
-
# TTL.
|
|
174
|
-
# Note: Interaction logging is a limited access feature. Talk to your
|
|
175
|
-
# Google representative to check availability for you.
|
|
170
|
+
# User must set a value lower than Dialogflow's default 365d TTL (time to
|
|
171
|
+
# live). Setting a value higher than that has no effect. A missing value or
|
|
172
|
+
# setting to 0 also means we use Dialogflow's default TTL.
|
|
176
173
|
# @!attribute [rw] purge_data_types
|
|
177
174
|
# @return [::Array<::Google::Cloud::Dialogflow::CX::V3::SecuritySettings::PurgeDataType>]
|
|
178
175
|
# List of types of data to remove when retention settings triggers purge.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-dialogflow-cx-v3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-10-
|
|
11
|
+
date: 2022-10-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|