google-apis-dialogflow_v3beta1 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a81e2bcf222fa4f9c27c33eebafdc4e6f3654ce15a16bf6021218de4a96824bb
4
- data.tar.gz: c8929bde55ca1e52850aaef2a14148c4ad13be5124f462de801192e8a98279ab
3
+ metadata.gz: b3f9e782c6e7ba8048a762f5172dae3be44c225649e34dde55a956246b847764
4
+ data.tar.gz: 71118469484990984661ac9c18eccac9e5d10f79c61e2573575434ea64d6de95
5
5
  SHA512:
6
- metadata.gz: acbf65ef19916e118d27fae0b79c4c6a5b159849690b01f21d3765cc2e9047216eb0d4b17936a4b14a137a9d3b10425be726a1f3a2d8d19eeb7b626dfa64d3c3
7
- data.tar.gz: 77a1729485dc7500d311c5985bdb0af447cc4c1728bb1bcb3c77ee8713bb7205766cfe50cf6d153c9c70466e80ee8ef43d0512e41e78e5b8b15a97649c04567c
6
+ metadata.gz: e441d80e3071b52889a198aa4c6d2d81de55e8d8ed2dd157e8104fa58236f165dad82425e190f4018fbc5b3962edffe438c854c88378dc0a8e637d94f5b3eced
7
+ data.tar.gz: 7c7599e6f169f2bea9b1c151e0183d702d323c9372b810ca8e15830193bf21f9208126456df65d6dbbe3f3ebd1a04564f35bd53ccea0bc2c4dd3e4901a5661d1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.45.0 (2022-09-21)
9
+
10
+ * Regenerated using generator version 0.10.0
11
+
3
12
  ### v0.44.0 (2022-09-04)
4
13
 
5
14
  * Regenerated from discovery document revision 20220901
@@ -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. Setting a
7810
- # value higher than that has no effect. A missing value or setting to 0 also
7811
- # means we use Dialogflow's default TTL. Note: Interaction logging is a limited
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. Settings this field would
7858
- # grant the Storage Object Creator role to the Dialogflow Service Agent. API
7859
- # caller that tries to modify this field should have the permission of storage.
7860
- # buckets.setIamPolicy.
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.44.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.9.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220901"
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.44.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-09-05 00:00:00.000000000 Z
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.7'
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.7'
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.44.0
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: []