google-apis-dialogflow_v3beta1 0.20.0 → 0.24.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: 9bf3bb384b9ff54d8e08bc9af6c1cc5103acf6230c9a025b431da5e4848f8a07
4
- data.tar.gz: d89f4be7146e3788f2d9982e529fae8fcb010e843fef8ba7384fbfa21f3e54f4
3
+ metadata.gz: d9d045e8bf68970910854c4703625e8e574abd2b2f7a41c645a93ab1c1637839
4
+ data.tar.gz: dbaad000dd6fc9ae59e30ffbce245d24ad3edd379e74fcebdd2d1b0d31e1f4a6
5
5
  SHA512:
6
- metadata.gz: 248cc7cadb3d81eb6b4062bf0ddfaa8704cb1458f349239be401b8bc876a8e523fbea298545465e2c07702f128b8bc4c3938ca6fd3bbba0e13694be76afaf716
7
- data.tar.gz: 8bbd34573b9c971b6becd8a16c5c24884df4125f8c4cb10611b2d2cb26c456b1f32a71f7dc93cf84134878bdcf470ac41b22e63aea51a15369d9b436ca8a9349
6
+ metadata.gz: b527068746118b517ac35bf62a4f193efe3ff0c99a0a928c25a6f21512f218a124b54915c11bda56eca120b283578765b05e714a2bf686f02bebe3f80ff58583
7
+ data.tar.gz: 45f3461c2c99f27658fe8560bb54c9c765c2d88743b3642c257aa39332df1fe7d5dc7c6331eaffc546009bc9ea8b95dc78e8f05eda9b3636a26e9ed4da558c11
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.24.0 (2021-10-21)
4
+
5
+ * Regenerated from discovery document revision 20211015
6
+
7
+ ### v0.23.0 (2021-10-08)
8
+
9
+ * Regenerated from discovery document revision 20211007
10
+
11
+ ### v0.22.0 (2021-09-24)
12
+
13
+ * Regenerated from discovery document revision 20210918
14
+
15
+ ### v0.21.0 (2021-09-01)
16
+
17
+ * Regenerated from discovery document revision 20210830
18
+
3
19
  ### v0.20.0 (2021-08-04)
4
20
 
5
21
  * Regenerated from discovery document revision 20210802
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Dialogflow service in particular.)
67
67