google-apis-dialogflow_v3beta1 0.21.0 → 0.25.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: d0fa3cd21a92535bfaa6ec49e42e0bb6d2e888034fb6bac704c4ccc94749100b
4
- data.tar.gz: 8022d2b42aeb3963797bc914b208229f69c257d4cd3b30aa9d174ac86cac0190
3
+ metadata.gz: 478c8e4b0763fe62a39bb220e099cffbbbe9dc12891b3e07a4783eeb4d59b2af
4
+ data.tar.gz: 8f664af6af4e4f44934e3cfa6c650a6dbb2ae2e4722e90b485a1c2f5a67c885e
5
5
  SHA512:
6
- metadata.gz: 70175bbc3e0af73dc105f6fa1a1f967661e8137ef1b496aefe92a6d3e3d38ec9ad31cc71fd5c7dcdd55cd52bd199cc33ee553eb18d7180f4e167ae007a500ce5
7
- data.tar.gz: bc654419ef9fd28c71dd55c85a34e07686d93ddeee8acfc7f959e17476b9a482b7e0c136f3e3d3599e9682ade14773173779ae5d328ea2f66f4998ad9cf15b6c
6
+ metadata.gz: '08f2c41b2da65d0ed1e1d8620b8ed14c177fbfeabb2fd30ede3c41bc7f75d308d0ce5c7c6c9a31bb4ec74b9c33762d8153aa356308527be02d9b9cb8a5fd4d28'
7
+ data.tar.gz: 1dcb4e34ae59cc4fcdd8942fe8f97508171df50960dfcb1d8329ee9e3129d5c05bebf905a215d25674df1437a2ed376ebd8e588c1c89f74bdfe8d5ccba051ba6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.25.0 (2021-10-28)
4
+
5
+ * Regenerated from discovery document revision 20211022
6
+
7
+ ### v0.24.0 (2021-10-21)
8
+
9
+ * Regenerated from discovery document revision 20211015
10
+
11
+ ### v0.23.0 (2021-10-08)
12
+
13
+ * Regenerated from discovery document revision 20211007
14
+
15
+ ### v0.22.0 (2021-09-24)
16
+
17
+ * Regenerated from discovery document revision 20210918
18
+
3
19
  ### v0.21.0 (2021-09-01)
4
20
 
5
21
  * Regenerated from discovery document revision 20210830
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