google-apis-dialogflow_v3 0.44.0 → 0.46.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/dialogflow_v3/classes.rb +4 -7
- data/lib/google/apis/dialogflow_v3/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3f6371cc5707ce80f6406efec3daed8d4bfd8e2071b3c6138de9532f5bfdbc9d
|
4
|
+
data.tar.gz: 829102bf8edc18761cf1c273b7477a0b052a95e9bd81d0bd2269d68ae185ceb5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5cf57f608758d1252f094876393f384b2e9aa35aee070b5c51505b2d34d312627405c7e152e028b3901318d3ea73c0bfc774c96671343744feed21d73c276445
|
7
|
+
data.tar.gz: 9678475098ecbfe7abc9974aaa7ec27e0a3926271d177c0e75cedc1600f2728ad6a80b5a7c9b18c93a30bc4ec409d15871551a1c4612b52e1e9918a843f9f4ff
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-dialogflow_v3
|
2
2
|
|
3
|
+
### v0.46.0 (2022-11-13)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20221109
|
6
|
+
|
7
|
+
### v0.45.0 (2022-11-01)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20221026
|
10
|
+
|
3
11
|
### v0.44.0 (2022-10-20)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20221017
|
@@ -4876,13 +4876,10 @@ module Google
|
|
4876
4876
|
# @return [String]
|
4877
4877
|
attr_accessor :redaction_strategy
|
4878
4878
|
|
4879
|
-
# Retains data
|
4880
|
-
#
|
4881
|
-
#
|
4882
|
-
#
|
4883
|
-
# means we use Dialogflow's default TTL. Note: Interaction logging is a limited
|
4884
|
-
# access feature. Talk to your Google representative to check availability for
|
4885
|
-
# you.
|
4879
|
+
# Retains the data for the specified number of days. User must set a value lower
|
4880
|
+
# than Dialogflow's default 365d TTL (30 days for Agent Assist traffic), higher
|
4881
|
+
# value will be ignored and use default. Setting a value higher than that has no
|
4882
|
+
# effect. A missing value or setting to 0 also means we use default TTL.
|
4886
4883
|
# Corresponds to the JSON property `retentionWindowDays`
|
4887
4884
|
# @return [Fixnum]
|
4888
4885
|
attr_accessor :retention_window_days
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV3
|
18
18
|
# Version of the google-apis-dialogflow_v3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.46.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221109"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dialogflow_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.46.0
|
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-
|
11
|
+
date: 2022-11-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.46.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|