google-apis-dialogflow_v3beta1 0.80.0 → 0.82.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: b64b776471b176687be2241b8e0142dcf51600a39900abc46151d0959b0aaf81
4
- data.tar.gz: 5085e9014341d87b86fcce38ad72a573e04fcf74cf872383e3a3d095ffd57d8a
3
+ metadata.gz: 2a6fec71bc0d0212c9a059e11c56c347b2852d854fcf7d4b11a1c9c8b8375135
4
+ data.tar.gz: 8be713e4980583f4c5ccbb49dd9074e355ec8ddcb51d85a84e869bae58cc543b
5
5
  SHA512:
6
- metadata.gz: 160222c0f17a0813b3bbb64a931507dd118b2f5f633e177e5dbfdf37aa2c386c4e9e0bb9267be81c8d8a8bb3e163295e67c102c2706dc5457602fed114723ecd
7
- data.tar.gz: 0f3d56a8cf9727ac55fe8938820309e53f00cf877af4c573126c19438df68530de4bae6009f983a41c13ecaf8b122ef56232f410ecc789237e28adfe91d91f51
6
+ metadata.gz: b67a473f3fdeb0cb17ed28056f4f3d0107e9b9651564fd170f628ea5296d7b196ad3c382e4ebebe72a2bfd90bce4a86cf1a258f56d30858b84ba16c240c85757
7
+ data.tar.gz: 3817e01fd1813aa64e68b8595f1187711fe8a8a2b7521fdf6cdc22112b3fd9d18f01f8eb37b0f7bea14d3ba845a4f0b336a0449a20de6be00c354401df70eded
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.82.0 (2024-03-10)
4
+
5
+ * Regenerated from discovery document revision 20240305
6
+ * Regenerated using generator version 0.14.0
7
+
8
+ ### v0.81.0 (2024-02-23)
9
+
10
+ * Regenerated from discovery document revision 20240219
11
+
3
12
  ### v0.80.0 (2024-02-18)
4
13
 
5
14
  * Regenerated from discovery document revision 20240215
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/dialogflow/) may provide gu
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91