google-apis-dialogflow_v3 0.50.0 → 0.51.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/dialogflow_v3/classes.rb +6 -6
- data/lib/google/apis/dialogflow_v3/gem_version.rb +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e2fd88aa3c391fff89f13dfadcf666421853ccdb167214b346f07c92e7b46807
|
|
4
|
+
data.tar.gz: 21f792eaeab1722678b2bc67d8374db275d04fbcb7454368dba5ac31605b4c88
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad18d476fac85a2782d2d94cf72e4d0159dca3d5f961440341f2ab949690c9e16d07e9a0de14b8f45806cd915fe3ededf191ce1c7dfb21e9a8f09f19218be5b8
|
|
7
|
+
data.tar.gz: 820646093a3493c7f7ab91bb4d83c97054459581c0a7123fe574c3276922450e97756d11f743d2ab2381ec6c53b5c5e9bf9e21d7995d9dd49f3bab9fc3956a5b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-dialogflow_v3
|
|
2
2
|
|
|
3
|
+
### v0.51.0 (2023-02-19)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20230214
|
|
6
|
+
* Regenerated using generator version 0.12.0
|
|
7
|
+
|
|
3
8
|
### v0.50.0 (2023-02-12)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20230209
|
|
@@ -1227,9 +1227,9 @@ module Google
|
|
|
1227
1227
|
# @return [String]
|
|
1228
1228
|
attr_accessor :update_time
|
|
1229
1229
|
|
|
1230
|
-
#
|
|
1231
|
-
#
|
|
1232
|
-
#
|
|
1230
|
+
# A list of configurations for flow versions. You should include version configs
|
|
1231
|
+
# for all flows that are reachable from `Start Flow` in the agent. Otherwise, an
|
|
1232
|
+
# error will be returned.
|
|
1233
1233
|
# Corresponds to the JSON property `versionConfigs`
|
|
1234
1234
|
# @return [Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3EnvironmentVersionConfig>]
|
|
1235
1235
|
attr_accessor :version_configs
|
|
@@ -7086,9 +7086,9 @@ module Google
|
|
|
7086
7086
|
# @return [String]
|
|
7087
7087
|
attr_accessor :update_time
|
|
7088
7088
|
|
|
7089
|
-
#
|
|
7090
|
-
#
|
|
7091
|
-
#
|
|
7089
|
+
# A list of configurations for flow versions. You should include version configs
|
|
7090
|
+
# for all flows that are reachable from `Start Flow` in the agent. Otherwise, an
|
|
7091
|
+
# error will be returned.
|
|
7092
7092
|
# Corresponds to the JSON property `versionConfigs`
|
|
7093
7093
|
# @return [Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig>]
|
|
7094
7094
|
attr_accessor :version_configs
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DialogflowV3
|
|
18
18
|
# Version of the google-apis-dialogflow_v3 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.51.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230214"
|
|
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_v3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.51.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: 2023-02-
|
|
11
|
+
date: 2023-02-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.11.0
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.
|
|
29
|
+
version: 0.11.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -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_v3/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.51.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|