google-apis-dialogflow_v3 0.93.0 → 0.94.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 +4 -0
- data/lib/google/apis/dialogflow_v3/classes.rb +6 -2
- data/lib/google/apis/dialogflow_v3/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: c125a2e971f7aaffaeb73930e601468eac13642bb0e957ceecd9152df618c57a
|
|
4
|
+
data.tar.gz: 567075eff3bfa9143fc1526f9d8acbfa011f506087e1f828f9db4df6874e1251
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 962000f8ec6ed8196019bbce11ac77518877677912d25d0c2aae638d184fe2ef2208127ebf0a6b66a2970745bff1d8665a0bad1bda5f4471fd12e247f6a22c98
|
|
7
|
+
data.tar.gz: fc08f2f142400cdec648cbb558efd175276fd5ca0ababc3434aa19f322d23da695f548711517a610ab36f6663aad4501d25a9f612f64bb0078bf26c1e695ffa3
|
data/CHANGELOG.md
CHANGED
|
@@ -2157,7 +2157,9 @@ module Google
|
|
|
2157
2157
|
class GoogleCloudDialogflowCxV3EnvironmentVersionConfig
|
|
2158
2158
|
include Google::Apis::Core::Hashable
|
|
2159
2159
|
|
|
2160
|
-
# Required. Format
|
|
2160
|
+
# Required. Both flow and playbook versions are supported. Format for flow
|
|
2161
|
+
# version: projects//locations//agents//flows//versions/. Format for playbook
|
|
2162
|
+
# version: projects//locations//agents//playbooks//versions/.
|
|
2161
2163
|
# Corresponds to the JSON property `version`
|
|
2162
2164
|
# @return [String]
|
|
2163
2165
|
attr_accessor :version
|
|
@@ -9566,7 +9568,9 @@ module Google
|
|
|
9566
9568
|
class GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig
|
|
9567
9569
|
include Google::Apis::Core::Hashable
|
|
9568
9570
|
|
|
9569
|
-
# Required. Format
|
|
9571
|
+
# Required. Both flow and playbook versions are supported. Format for flow
|
|
9572
|
+
# version: projects//locations//agents//flows//versions/. Format for playbook
|
|
9573
|
+
# version: projects//locations//agents//playbooks//versions/.
|
|
9570
9574
|
# Corresponds to the JSON property `version`
|
|
9571
9575
|
# @return [String]
|
|
9572
9576
|
attr_accessor :version
|
|
@@ -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.94.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240828"
|
|
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.94.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: 2024-
|
|
11
|
+
date: 2024-09-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_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.94.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: []
|