File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed
generated/google-apis-dialogflow_v2
lib/google/apis/dialogflow_v2 Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Release history for google-apis-dialogflow_v2
2
2
3
+ ### v0.105.0 (2025-06-08)
4
+
5
+ * Regenerated from discovery document revision 20250602
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
### v0.104.0 (2025-05-11)
4
9
5
10
* Regenerated from discovery document revision 20250508
Original file line number Diff line number Diff line change @@ -748,9 +748,10 @@ def update!(**args)
748
748
class GoogleCloudDialogflowCxV3EnvironmentVersionConfig
749
749
include Google::Apis::Core::Hashable
750
750
751
- # Required. Both flow and playbook versions are supported. Format for flow
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
@@ -4634,9 +4635,10 @@ def update!(**args)
4634
4635
class GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig
4635
4636
include Google::Apis::Core::Hashable
4636
4637
4637
- # Required. Both flow and playbook versions are supported. Format for flow
4638
+ # Required. Flow, playbook and tool versions are supported. Format for flow
4638
4639
# version: projects//locations//agents//flows//versions/. Format for playbook
4639
- # version: projects//locations//agents//playbooks//versions/.
4640
+ # version: projects//locations//agents//playbooks//versions/. Format for tool
4641
+ # version: projects//locations//agents//tools//versions/.
4640
4642
# Corresponds to the JSON property `version`
4641
4643
# @return [String]
4642
4644
attr_accessor :version
Original file line number Diff line number Diff line change @@ -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.104 .0"
19
+ GEM_VERSION = "0.105 .0"
20
20
21
21
# Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17 .0"
22
+ GENERATOR_VERSION = "0.18 .0"
23
23
24
24
# Revision of the discovery document this client was generated from
25
- REVISION = "20250508 "
25
+ REVISION = "20250602 "
26
26
end
27
27
end
28
28
end
You can’t perform that action at this time.
0 commit comments