google-apis-dialogflow_v3beta1 0.101.0 → 0.102.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 663f47320131fdc928dd8ab3b5879cd43214a5d5cf18d550f753b8be101ae343
|
4
|
+
data.tar.gz: 585ac27e7b20d2e6fa9fbbd1dc2120e3146312918271d845dd96e3fe415876da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5bb4d433e13b8db3e69d0188712817c20890045fb868a1fb47f083020f3e4f82fcf9287c175a9b5f90498138c1f1d2a6fd6089ef6fae16a9296e9e4419a10c1
|
7
|
+
data.tar.gz: b0a11ec361489ae18d89a5d378e222b16aef9c7a113b828f0c52d435cc099a1716fa37b0ce596c426c02eb879929583127ead22cdb4abed0fcbb5ec41ab58b26
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-dialogflow_v3beta1
|
2
2
|
|
3
|
+
### v0.102.0 (2025-06-08)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250602
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.101.0 (2025-05-11)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.17.0
|
@@ -748,9 +748,10 @@ module Google
|
|
748
748
|
class GoogleCloudDialogflowCxV3EnvironmentVersionConfig
|
749
749
|
include Google::Apis::Core::Hashable
|
750
750
|
|
751
|
-
# Required.
|
751
|
+
# Required. Flow, playbook and tool versions are supported. Format for flow
|
752
752
|
# version: projects//locations//agents//flows//versions/. Format for playbook
|
753
|
-
# version: projects//locations//agents//playbooks//versions/.
|
753
|
+
# version: projects//locations//agents//playbooks//versions/. Format for tool
|
754
|
+
# version: projects//locations//agents//tools//versions/.
|
754
755
|
# Corresponds to the JSON property `version`
|
755
756
|
# @return [String]
|
756
757
|
attr_accessor :version
|
@@ -6905,9 +6906,10 @@ module Google
|
|
6905
6906
|
class GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig
|
6906
6907
|
include Google::Apis::Core::Hashable
|
6907
6908
|
|
6908
|
-
# Required.
|
6909
|
+
# Required. Flow, playbook and tool versions are supported. Format for flow
|
6909
6910
|
# version: projects//locations//agents//flows//versions/. Format for playbook
|
6910
|
-
# version: projects//locations//agents//playbooks//versions/.
|
6911
|
+
# version: projects//locations//agents//playbooks//versions/. Format for tool
|
6912
|
+
# version: projects//locations//agents//tools//versions/.
|
6911
6913
|
# Corresponds to the JSON property `version`
|
6912
6914
|
# @return [String]
|
6913
6915
|
attr_accessor :version
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV3beta1
|
18
18
|
# Version of the google-apis-dialogflow_v3beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.102.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250602"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dialogflow_v3beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.102.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.102.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Dialogflow API V3beta1
|
79
79
|
test_files: []
|