google-apis-dialogflow_v3 0.19.0 → 0.23.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: 9f673a4ce54d1db6f0d7a915c211436e14f38b57550625bc870d054b6647168d
4
- data.tar.gz: 0fe671071c1b1bf071e31b4dc0b851df976fc0a9d151a39596a3a4db195d0763
3
+ metadata.gz: 6648dbaebf836ca655c4310bf3287179c8ce9e91de38c5acb3b4dc58f6707791
4
+ data.tar.gz: 50064f907432bdeb2a626f877932d4336242c78623f8bd2b51fa00a405cd3fa1
5
5
  SHA512:
6
- metadata.gz: 348209a7a31b68be93c4ec093b51a27a2775ad6a9807ac98c6798e6ef937dac1ee24489251899792094f38698e02b309cc05ed6d3bfb77d9294cfdf607e9cc1a
7
- data.tar.gz: 38b96573c88579c0b0988c9aac96afb53b7c765543651bc1ae39ea549506c36eddcab48f529f87eb6803ba88acd9dffd945c5f3c6bcdff990453d83a8b1c832a
6
+ metadata.gz: 77f46c8872eae70706bb25e7263424288226fa58fd19d6c5da7baa484c73910be1e820f633d4e75c3595ce9997b1c81c88a33ce36d6dbc5f0e23d29fd5122773
7
+ data.tar.gz: 6b71f334e3b94714a0ba92e9eb653e9f2a652658dbbb61e582744e88cea34a67bcdf13aedba23efea8ffa639cb3bfa27425877b3c53630036aeea303a677fb62
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-dialogflow_v3
2
2
 
3
+ ### v0.23.0 (2021-10-28)
4
+
5
+ * Regenerated from discovery document revision 20211022
6
+
7
+ ### v0.22.0 (2021-10-21)
8
+
9
+ * Regenerated from discovery document revision 20211015
10
+
11
+ ### v0.21.0 (2021-09-01)
12
+
13
+ * Regenerated from discovery document revision 20210830
14
+
15
+ ### v0.20.0 (2021-08-04)
16
+
17
+ * Regenerated from discovery document revision 20210802
18
+
3
19
  ### v0.19.0 (2021-07-30)
4
20
 
5
21
  * Regenerated from discovery document revision 20210727
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