google-apis-dialogflow_v3beta1 0.45.0 → 0.46.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b3f9e782c6e7ba8048a762f5172dae3be44c225649e34dde55a956246b847764
|
4
|
+
data.tar.gz: 71118469484990984661ac9c18eccac9e5d10f79c61e2573575434ea64d6de95
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e441d80e3071b52889a198aa4c6d2d81de55e8d8ed2dd157e8104fa58236f165dad82425e190f4018fbc5b3962edffe438c854c88378dc0a8e637d94f5b3eced
|
7
|
+
data.tar.gz: 7c7599e6f169f2bea9b1c151e0183d702d323c9372b810ca8e15830193bf21f9208126456df65d6dbbe3f3ebd1a04564f35bd53ccea0bc2c4dd3e4901a5661d1
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-dialogflow_v3beta1
|
2
2
|
|
3
|
+
### v0.46.0 (2022-10-30)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20221026
|
6
|
+
* Regenerated using generator version 0.11.0
|
7
|
+
|
3
8
|
### v0.45.0 (2022-09-21)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.10.0
|
@@ -7806,11 +7806,9 @@ module Google
|
|
7806
7806
|
|
7807
7807
|
# Retains data in interaction logging for the specified number of days. This
|
7808
7808
|
# does not apply to Cloud logging, which is owned by the user - not Dialogflow.
|
7809
|
-
# User must set a value lower than Dialogflow's default 365d TTL
|
7810
|
-
# value higher than that has no effect. A missing value or setting to
|
7811
|
-
# means we use Dialogflow's default TTL.
|
7812
|
-
# access feature. Talk to your Google representative to check availability for
|
7813
|
-
# you.
|
7809
|
+
# User must set a value lower than Dialogflow's default 365d TTL (time to live).
|
7810
|
+
# Setting a value higher than that has no effect. A missing value or setting to
|
7811
|
+
# 0 also means we use Dialogflow's default TTL.
|
7814
7812
|
# Corresponds to the JSON property `retentionWindowDays`
|
7815
7813
|
# @return [Fixnum]
|
7816
7814
|
attr_accessor :retention_window_days
|
@@ -7854,10 +7852,10 @@ module Google
|
|
7854
7852
|
attr_accessor :enable_audio_redaction
|
7855
7853
|
alias_method :enable_audio_redaction?, :enable_audio_redaction
|
7856
7854
|
|
7857
|
-
# Cloud Storage bucket to export audio record to.
|
7858
|
-
#
|
7859
|
-
#
|
7860
|
-
#
|
7855
|
+
# Cloud Storage bucket to export audio record to. Setting this field would grant
|
7856
|
+
# the Storage Object Creator role to the Dialogflow Service Agent. API caller
|
7857
|
+
# that tries to modify this field should have the permission of storage.buckets.
|
7858
|
+
# setIamPolicy.
|
7861
7859
|
# Corresponds to the JSON property `gcsBucket`
|
7862
7860
|
# @return [String]
|
7863
7861
|
attr_accessor :gcs_bucket
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV3beta1
|
18
18
|
# Version of the google-apis-dialogflow_v3beta1 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
|
-
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_v3beta1
|
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-10-31 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_v3beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.46.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|