google-apis-dialogflow_v2 0.23.0 → 0.24.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/lib/google/apis/dialogflow_v2/classes.rb +1 -1
- data/lib/google/apis/dialogflow_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b3c7679bbb50a60bf6ac1a0a9ffe19c8c9ea147612bee1eaeedfdd07c23ea97f
|
4
|
+
data.tar.gz: 8872eb1eac4e93e04a5959768f5674b4528270f93887f3dfa3dd2eb33952ced1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 217148cbe2e4f76f26ce4e0c6cff402beee7d54a00d1e87b2ac7ae2692bf62ee3d4d700746dcc80c536adfb2f9875dec7cdc34d0a92f14abbdf88cce9ee7035b
|
7
|
+
data.tar.gz: 551178f8ec72702875189410e01a25c1aa9b7a6a39220d96aee319c7d82f8d2eb48f3affb7bcc33322e425d5010874b0164b7915bf86cc454822b064cb6a9c52
|
data/CHANGELOG.md
CHANGED
@@ -3183,7 +3183,7 @@ module Google
|
|
3183
3183
|
include Google::Apis::Core::Hashable
|
3184
3184
|
|
3185
3185
|
# Whether to run test cases in TestCasesConfig.test_cases periodically. Default
|
3186
|
-
# false. If set to
|
3186
|
+
# false. If set to true, run once a day.
|
3187
3187
|
# Corresponds to the JSON property `enableContinuousRun`
|
3188
3188
|
# @return [Boolean]
|
3189
3189
|
attr_accessor :enable_continuous_run
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV2
|
18
18
|
# Version of the google-apis-dialogflow_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.24.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211022"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dialogflow_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.24.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-11-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.24.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|