google-apis-dialogflow_v3beta1 0.80.0 → 0.81.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: b9d67e3ce5d2f98ab995ca545c97e489c7382d042130fb8fb80f874ca206da8c
4
+ data.tar.gz: 955b7cbc9c60324e45670dd6240c54d83a64ca83127b7e3a941442a2f5e15a90
5
5
  SHA512:
6
- metadata.gz: 160222c0f17a0813b3bbb64a931507dd118b2f5f633e177e5dbfdf37aa2c386c4e9e0bb9267be81c8d8a8bb3e163295e67c102c2706dc5457602fed114723ecd
7
- data.tar.gz: 0f3d56a8cf9727ac55fe8938820309e53f00cf877af4c573126c19438df68530de4bae6009f983a41c13ecaf8b122ef56232f410ecc789237e28adfe91d91f51
6
+ metadata.gz: d97bdff64d8e35a15a955d8bf539078dafd6137aa8418276a42ff6c0e29748bc164bcf01b10aab2beccf876facc3d2ee4f127e4f551cc4cb086836628ea6dece
7
+ data.tar.gz: 3004f38bba7483b381f1b6a43c580f4b9c30ef92fc1dffaf7b662b3e6c10381e00e6baee8a877e3a8167d7a15dfd349d07cfc7da0678c2699e797d8fb35b9637
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.81.0 (2024-02-23)
4
+
5
+ * Regenerated from discovery document revision 20240219
6
+
3
7
  ### v0.80.0 (2024-02-18)
4
8
 
5
9
  * 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