google-apis-dialogflow_v3 0.42.0 → 0.44.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: fb6c0cfabb390ee33017ae00b8094d6f171e4ed395343f63fb5f9497dccde020
4
- data.tar.gz: f3ad2c28c61d769ceab978e64498feec49e01bfb97a832e764e99f91b6c29da9
3
+ metadata.gz: 9880302c7c24981b95587acf1c9a57b53ed61fbf0831b6895ebb402c5c3aaca6
4
+ data.tar.gz: 8c2eee0010bc128858e6d85ee33a464c4ced9b6a5f336664bca433bc41a3383b
5
5
  SHA512:
6
- metadata.gz: a14c1cfaef80a4656747c2e3cf15f5aa26fb85bdd1b727305ee42144a12dbb190539b83077e1dc96d8ad9343c45ce00ec88b67df47ec8b86f97c4692cd4da21f
7
- data.tar.gz: 863c45ecde7eb2f059fb669da7067e89f0b7b7479b2450150a6df417b87503609e41c5f8a90f4e1674e1f6212518b9fb305e9313b4ab694f7ec442bda5f6ea22
6
+ metadata.gz: 2b8b350cbca6efd3cd91f520186173a5b8f7476ef0353c1e8f325d02859f3860b73d272949e95325f3ffce0100885094b4ef4ca346f942f8c213bd7a211e8d28
7
+ data.tar.gz: 0aac398ce2c5a8c600a4d7b4060c2a5c34961dc0458d25e3de8cbabc245564423d148d1c15cb8130947f89ef52a4dca852030a20a352bbca0921d03e36d31b9c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-dialogflow_v3
2
2
 
3
+ ### v0.44.0 (2022-10-20)
4
+
5
+ * Regenerated from discovery document revision 20221017
6
+ * Regenerated using generator version 0.11.0
7
+
8
+ ### v0.43.0 (2022-09-20)
9
+
10
+ * Regenerated using generator version 0.10.0
11
+
3
12
  ### v0.42.0 (2022-09-16)
4
13
 
5
14
  * Unspecified changes
@@ -4926,10 +4926,10 @@ module Google
4926
4926
  attr_accessor :enable_audio_redaction
4927
4927
  alias_method :enable_audio_redaction?, :enable_audio_redaction
4928
4928
 
4929
- # Cloud Storage bucket to export audio record to. Settings this field would
4930
- # grant the Storage Object Creator role to the Dialogflow Service Agent. API
4931
- # caller that tries to modify this field should have the permission of storage.
4932
- # buckets.setIamPolicy.
4929
+ # Cloud Storage bucket to export audio record to. Setting this field would grant
4930
+ # the Storage Object Creator role to the Dialogflow Service Agent. API caller
4931
+ # that tries to modify this field should have the permission of storage.buckets.
4932
+ # setIamPolicy.
4933
4933
  # Corresponds to the JSON property `gcsBucket`
4934
4934
  # @return [String]
4935
4935
  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.42.0"
19
+ GEM_VERSION = "0.44.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 = "20221017"
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.42.0
4
+ version: 0.44.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-19 00:00:00.000000000 Z
11
+ date: 2022-10-21 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.2
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.2
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.42.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.44.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: []