google-apis-dialogflow_v2 0.104.0 → 0.106.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: 80935ff10a6667adb0fbba4932d92fd9a52b3d4a43aa50492d055afa48edbff8
4
- data.tar.gz: 520bc7139b4b686f726a5f5f558c62bd76c02285ade163c0e71cd40367e87065
3
+ metadata.gz: 60a1b6eab3e585601fbb1d4dd1542cb96e64a7d59e8d0bc4caeaa5c8fe0a20f4
4
+ data.tar.gz: 307e21d8af4e62135aea25c57fa3eadafc7ba45f0d5bd3d3b8910dba38c11c22
5
5
  SHA512:
6
- metadata.gz: 20ded83be0e89dafa7563a2de80c53e58006351998ce88d87636adb42eb08bbaef6a8cb3c5a1b4a14e42cf3545a34ae377f452cabcee0ea84e324dc59e8d790d
7
- data.tar.gz: d73e4309a79a49f60c5839692d4a1944955956652fe59aee84401bef99271b4fcba055f12fa0993a74872cb0bf562d46cee80d1abd718b3b16787be75599690e
6
+ metadata.gz: d04bbd2bd9c56cbf2a0b255f21d7bacfe40214306f2b193477ce29f983d522e0842ce21067b016fa358a140053183f04b1f66a3c1b9da68079265a38c27a6077
7
+ data.tar.gz: ee029c70c38dd20be58e9708ab862591a23ee5fa225e96c6eae1b2d9307c2f16068906b9fbc5730190640d783aad84accd725d7dc96ae6a404c2e4762683a9c7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.106.0 (2025-06-15)
4
+
5
+ * Regenerated from discovery document revision 20250612
6
+
7
+ ### v0.105.0 (2025-06-08)
8
+
9
+ * Regenerated from discovery document revision 20250602
10
+ * Regenerated using generator version 0.18.0
11
+
3
12
  ### v0.104.0 (2025-05-11)
4
13
 
5
14
  * Regenerated from discovery document revision 20250508
@@ -748,9 +748,10 @@ module Google
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 @@ module Google
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
@@ -17090,7 +17092,7 @@ module Google
17090
17092
  class GoogleCloudDialogflowV2ToolCall
17091
17093
  include Google::Apis::Core::Hashable
17092
17094
 
17093
- # Required. The name of the tool's action associated with this call.
17095
+ # Optional. The name of the tool's action associated with this call.
17094
17096
  # Corresponds to the JSON property `action`
17095
17097
  # @return [String]
17096
17098
  attr_accessor :action
@@ -17105,7 +17107,7 @@ module Google
17105
17107
  # @return [Hash<String,Object>]
17106
17108
  attr_accessor :input_parameters
17107
17109
 
17108
- # Required. The tool associated with this call. Format: `projects//locations//
17110
+ # Optional. The tool associated with this call. Format: `projects//locations//
17109
17111
  # tools/`.
17110
17112
  # Corresponds to the JSON property `tool`
17111
17113
  # @return [String]
@@ -17128,7 +17130,7 @@ module Google
17128
17130
  class GoogleCloudDialogflowV2ToolCallResult
17129
17131
  include Google::Apis::Core::Hashable
17130
17132
 
17131
- # Required. The name of the tool's action associated with this call.
17133
+ # Optional. The name of the tool's action associated with this call.
17132
17134
  # Corresponds to the JSON property `action`
17133
17135
  # @return [String]
17134
17136
  attr_accessor :action
@@ -17155,7 +17157,7 @@ module Google
17155
17157
  # @return [String]
17156
17158
  attr_accessor :raw_content
17157
17159
 
17158
- # Required. The tool associated with this call. Format: `projects//locations//
17160
+ # Optional. The tool associated with this call. Format: `projects//locations//
17159
17161
  # tools/`.
17160
17162
  # Corresponds to the JSON property `tool`
17161
17163
  # @return [String]
@@ -21541,7 +21543,7 @@ module Google
21541
21543
  class GoogleCloudDialogflowV2beta1ToolCall
21542
21544
  include Google::Apis::Core::Hashable
21543
21545
 
21544
- # Required. The name of the tool's action associated with this call.
21546
+ # Optional. The name of the tool's action associated with this call.
21545
21547
  # Corresponds to the JSON property `action`
21546
21548
  # @return [String]
21547
21549
  attr_accessor :action
@@ -21556,7 +21558,7 @@ module Google
21556
21558
  # @return [Hash<String,Object>]
21557
21559
  attr_accessor :input_parameters
21558
21560
 
21559
- # Required. The tool associated with this call. Format: `projects//locations//
21561
+ # Optional. The tool associated with this call. Format: `projects//locations//
21560
21562
  # tools/`.
21561
21563
  # Corresponds to the JSON property `tool`
21562
21564
  # @return [String]
@@ -21579,7 +21581,7 @@ module Google
21579
21581
  class GoogleCloudDialogflowV2beta1ToolCallResult
21580
21582
  include Google::Apis::Core::Hashable
21581
21583
 
21582
- # Required. The name of the tool's action associated with this call.
21584
+ # Optional. The name of the tool's action associated with this call.
21583
21585
  # Corresponds to the JSON property `action`
21584
21586
  # @return [String]
21585
21587
  attr_accessor :action
@@ -21606,7 +21608,7 @@ module Google
21606
21608
  # @return [String]
21607
21609
  attr_accessor :raw_content
21608
21610
 
21609
- # Required. The tool associated with this call. Format: `projects//locations//
21611
+ # Optional. The tool associated with this call. Format: `projects//locations//
21610
21612
  # tools/`.
21611
21613
  # Corresponds to the JSON property `tool`
21612
21614
  # @return [String]
@@ -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.106.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 = "20250612"
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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.104.0
4
+ version: 0.106.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_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.104.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.106.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2
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.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Dialogflow API V2
79
79
  test_files: []