google-apis-dialogflow_v3 0.35.0 → 0.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a408395024d2fb3b2028bc1d12cebb7cef832b2d7a6ab597d82872e81a38e2ab
4
- data.tar.gz: 0fb8c724a6ef479f58b4acff18ea87e688542aa9d4a9346625dfad89f5f028b7
3
+ metadata.gz: 8af020ed8b6bee38a71ddd1020ab52a943f180829dd9332c2a859f54c5fce2e7
4
+ data.tar.gz: 294323777d3f667521349b0f6992d8f6cb5f4bfa359e9778610ff178ef91f6a6
5
5
  SHA512:
6
- metadata.gz: 61becfa303274e479e1fdf0175fe4983f62aad6ccf41eaab51120a523a51e61c34ec48ec926f4f15ac293d5bdeec17ef0123a7e5ae375f6d6165ccabad887993
7
- data.tar.gz: 40caa4d2ed04c2ceb00fbbd6b424f9ac515ddafa072d3417784b1a3e3fe69f8ef920be8dc6516c59f3592221a6c45c61385defd500e48236f4c99d4366ace8ee
6
+ metadata.gz: c9a0171f5b24e86b7bfcad9ee2d8196e5716906274726a794e994e77159abecff9584e22799c17d23642e748e772b8db493ab8e0aeaee4b80679480d614ca5ab
7
+ data.tar.gz: cac6f7595756bdfe17c2e3c3c913b510f51b3e825cf54c8fb6fa3cde1eb6f446615d74ed0fb9cb1dcf82d4a458a8d72f70056e51a030aec2f55fb4dff6465451
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release history for google-apis-dialogflow_v3
2
2
 
3
+ ### v0.36.0 (2022-06-09)
4
+
5
+ * Regenerated from discovery document revision 20220607
6
+ * Regenerated using generator version 0.5.0
7
+ * Unspecified changes
8
+
3
9
  ### v0.35.0 (2022-05-27)
4
10
 
5
11
  * Regenerated from discovery document revision 20220524
@@ -124,7 +124,7 @@ module Google
124
124
  attr_accessor :enable_stackdriver_logging
125
125
  alias_method :enable_stackdriver_logging?, :enable_stackdriver_logging
126
126
 
127
- # Indiciates whether the agent is locked for changes. If the agent is locked,
127
+ # Indicates whether the agent is locked for changes. If the agent is locked,
128
128
  # modifications to the agent will be rejected except for RestoreAgent.
129
129
  # Corresponds to the JSON property `locked`
130
130
  # @return [Boolean]
@@ -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.35.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220524"
25
+ REVISION = "20220607"
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.35.0
4
+ version: 0.36.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-05-30 00:00:00.000000000 Z
11
+ date: 2022-06-13 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.4'
19
+ version: '0.5'
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.4'
29
+ version: '0.5'
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.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.36.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: []