google-cloud-dialogflow-cx-v3 0.10.1 → 0.10.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 03c30ccc5871c446a8f4d8c6a50655da772c323d7b51016ec2516b544ded94bd
4
- data.tar.gz: 4854d22cf66bdbb9051399ad3442d7fcff784c0fa5f1927c021c2da75e1e9534
3
+ metadata.gz: 9e874ba5de0a63e43a7e69ca5eb20be608117b206ccdc5a5c08a36f35d43728a
4
+ data.tar.gz: eb10415a76dabff17fc459991707c37012a0ceed3ff8c3266cb72cfba4ca8f49
5
5
  SHA512:
6
- metadata.gz: c90febd205f073db07914e60c743c8f7fc387f5713ac48f885d69469770c1ce483d5db20c89aca373c2218b81417c368e6de2250d85baa5b952bca3ae47bf36a
7
- data.tar.gz: d72f1bcec79aaaacb9599481507a07ebdb9fb29ab2478966bc0e025d7e5ef194ead8ea116fa97203446792609af609c6db3ddb4fbf0dc562cea828315317388d
6
+ metadata.gz: 29310acb919a8230391b376f9bab84b2d7e826cba94f93643921cdc58f64f23863fd88801d1f3f82f0e843bbfeafd94dbebd8969a2eb8aba2b6cd1826e304a15
7
+ data.tar.gz: '08a6e8eca84861b3da182411766c7aeb8cd19abccd999d6f7ebc575dea1952629795144ac55466d4f02c741ebbed78849e9fe93f3fb290900648a879403a7fd1'
@@ -22,7 +22,7 @@ module Google
22
22
  module Dialogflow
23
23
  module CX
24
24
  module V3
25
- VERSION = "0.10.1"
25
+ VERSION = "0.10.2"
26
26
  end
27
27
  end
28
28
  end
@@ -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. Setting a
171
- # value higher than that has no effect.
172
- # A missing value or setting to 0 also means we use Dialogflow's default
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.1
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-03 00:00:00.000000000 Z
11
+ date: 2022-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common