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 +4 -4
- data/CHANGELOG.md +4 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/dialogflow_v3beta1/classes.rb +10 -1356
- data/lib/google/apis/dialogflow_v3beta1/gem_version.rb +2 -2
- data/lib/google/apis/dialogflow_v3beta1/representations.rb +0 -620
- data/lib/google/apis/dialogflow_v3beta1/service.rb +0 -694
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b9d67e3ce5d2f98ab995ca545c97e489c7382d042130fb8fb80f874ca206da8c
|
4
|
+
data.tar.gz: 955b7cbc9c60324e45670dd6240c54d83a64ca83127b7e3a941442a2f5e15a90
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d97bdff64d8e35a15a955d8bf539078dafd6137aa8418276a42ff6c0e29748bc164bcf01b10aab2beccf876facc3d2ee4f127e4f551cc4cb086836628ea6dece
|
7
|
+
data.tar.gz: 3004f38bba7483b381f1b6a43c580f4b9c30ef92fc1dffaf7b662b3e6c10381e00e6baee8a877e3a8167d7a15dfd349d07cfc7da0678c2699e797d8fb35b9637
|
data/CHANGELOG.md
CHANGED
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.
|
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.
|
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
|
|