google-apis-dialogflow_v3 0.43.0 → 0.45.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 +9 -0
- data/lib/google/apis/dialogflow_v3/classes.rb +7 -9
- data/lib/google/apis/dialogflow_v3/gem_version.rb +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b4cc260db24119978cb037d821cea56fccdbd986e091eeaba183c386ac9513a8
|
4
|
+
data.tar.gz: 0e9686695a0f0d3df080c9be6506c5e5c35029b02d298a0d7418cf969bca8512
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3eedfe5822f198cfb6e1d0d162de06a5aada9104c0f9eb9db54053c5f61411e61c6c62e02d1b74147b3b99d2b760d28e0aa9afafd5257f77d92e4e715155659
|
7
|
+
data.tar.gz: ab7612d0aec59552ccc02b805360e9f5823a80aa1f62f8e8ee2678a48f731e8edfb67bcf9a99e02267db0d87fbffa8b4077def60a56b5d763e3b0af4565ca90d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-dialogflow_v3
|
2
2
|
|
3
|
+
### v0.45.0 (2022-11-01)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20221026
|
6
|
+
|
7
|
+
### v0.44.0 (2022-10-20)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20221017
|
10
|
+
* Regenerated using generator version 0.11.0
|
11
|
+
|
3
12
|
### v0.43.0 (2022-09-20)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.10.0
|
@@ -4878,11 +4878,9 @@ module Google
|
|
4878
4878
|
|
4879
4879
|
# Retains data in interaction logging for the specified number of days. This
|
4880
4880
|
# does not apply to Cloud logging, which is owned by the user - not Dialogflow.
|
4881
|
-
# User must set a value lower than Dialogflow's default 365d TTL
|
4882
|
-
# value higher than that has no effect. A missing value or setting to
|
4883
|
-
# means we use Dialogflow's default TTL.
|
4884
|
-
# access feature. Talk to your Google representative to check availability for
|
4885
|
-
# you.
|
4881
|
+
# User must set a value lower than Dialogflow's default 365d TTL (time to live).
|
4882
|
+
# Setting a value higher than that has no effect. A missing value or setting to
|
4883
|
+
# 0 also means we use Dialogflow's default TTL.
|
4886
4884
|
# Corresponds to the JSON property `retentionWindowDays`
|
4887
4885
|
# @return [Fixnum]
|
4888
4886
|
attr_accessor :retention_window_days
|
@@ -4926,10 +4924,10 @@ module Google
|
|
4926
4924
|
attr_accessor :enable_audio_redaction
|
4927
4925
|
alias_method :enable_audio_redaction?, :enable_audio_redaction
|
4928
4926
|
|
4929
|
-
# Cloud Storage bucket to export audio record to.
|
4930
|
-
#
|
4931
|
-
#
|
4932
|
-
#
|
4927
|
+
# Cloud Storage bucket to export audio record to. Setting this field would grant
|
4928
|
+
# the Storage Object Creator role to the Dialogflow Service Agent. API caller
|
4929
|
+
# that tries to modify this field should have the permission of storage.buckets.
|
4930
|
+
# setIamPolicy.
|
4933
4931
|
# Corresponds to the JSON property `gcsBucket`
|
4934
4932
|
# @return [String]
|
4935
4933
|
attr_accessor :gcs_bucket
|
@@ -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.45.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221026"
|
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.45.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-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.9.
|
19
|
+
version: 0.9.1
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.9.
|
29
|
+
version: 0.9.1
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.45.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: []
|