google-apis-dialogflow_v2 0.105.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: f3cac2c9ca19a07e7185ab4a5b181592e3787a9738c2cb686efe273659432a1e
4
- data.tar.gz: 9f2cafa0ae1988132d19cfb7b6d7da9d587b2032c477a199fc565aa298eea27d
3
+ metadata.gz: 60a1b6eab3e585601fbb1d4dd1542cb96e64a7d59e8d0bc4caeaa5c8fe0a20f4
4
+ data.tar.gz: 307e21d8af4e62135aea25c57fa3eadafc7ba45f0d5bd3d3b8910dba38c11c22
5
5
  SHA512:
6
- metadata.gz: 4f499a51e667a598ffeb238fc1637fac2741820a7ca720c8d1efdc75aa2b63e450e44f4df7d5102f0303f4b4fae249983ccf33ee4c329c05d92eb41ee133b198
7
- data.tar.gz: 48eeb2e176b9404cd4ae2666268b139fd7a0eaecae31672777bbdf78e0856dbbbcea4e6c02ec8591b756f25b95bb851ab20906e65c1d59687c991dd97c9fd2a4
6
+ metadata.gz: d04bbd2bd9c56cbf2a0b255f21d7bacfe40214306f2b193477ce29f983d522e0842ce21067b016fa358a140053183f04b1f66a3c1b9da68079265a38c27a6077
7
+ data.tar.gz: ee029c70c38dd20be58e9708ab862591a23ee5fa225e96c6eae1b2d9307c2f16068906b9fbc5730190640d783aad84accd725d7dc96ae6a404c2e4762683a9c7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.105.0 (2025-06-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20250602
@@ -17092,7 +17092,7 @@ module Google
17092
17092
  class GoogleCloudDialogflowV2ToolCall
17093
17093
  include Google::Apis::Core::Hashable
17094
17094
 
17095
- # 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.
17096
17096
  # Corresponds to the JSON property `action`
17097
17097
  # @return [String]
17098
17098
  attr_accessor :action
@@ -17107,7 +17107,7 @@ module Google
17107
17107
  # @return [Hash<String,Object>]
17108
17108
  attr_accessor :input_parameters
17109
17109
 
17110
- # Required. The tool associated with this call. Format: `projects//locations//
17110
+ # Optional. The tool associated with this call. Format: `projects//locations//
17111
17111
  # tools/`.
17112
17112
  # Corresponds to the JSON property `tool`
17113
17113
  # @return [String]
@@ -17130,7 +17130,7 @@ module Google
17130
17130
  class GoogleCloudDialogflowV2ToolCallResult
17131
17131
  include Google::Apis::Core::Hashable
17132
17132
 
17133
- # 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.
17134
17134
  # Corresponds to the JSON property `action`
17135
17135
  # @return [String]
17136
17136
  attr_accessor :action
@@ -17157,7 +17157,7 @@ module Google
17157
17157
  # @return [String]
17158
17158
  attr_accessor :raw_content
17159
17159
 
17160
- # Required. The tool associated with this call. Format: `projects//locations//
17160
+ # Optional. The tool associated with this call. Format: `projects//locations//
17161
17161
  # tools/`.
17162
17162
  # Corresponds to the JSON property `tool`
17163
17163
  # @return [String]
@@ -21543,7 +21543,7 @@ module Google
21543
21543
  class GoogleCloudDialogflowV2beta1ToolCall
21544
21544
  include Google::Apis::Core::Hashable
21545
21545
 
21546
- # 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.
21547
21547
  # Corresponds to the JSON property `action`
21548
21548
  # @return [String]
21549
21549
  attr_accessor :action
@@ -21558,7 +21558,7 @@ module Google
21558
21558
  # @return [Hash<String,Object>]
21559
21559
  attr_accessor :input_parameters
21560
21560
 
21561
- # Required. The tool associated with this call. Format: `projects//locations//
21561
+ # Optional. The tool associated with this call. Format: `projects//locations//
21562
21562
  # tools/`.
21563
21563
  # Corresponds to the JSON property `tool`
21564
21564
  # @return [String]
@@ -21581,7 +21581,7 @@ module Google
21581
21581
  class GoogleCloudDialogflowV2beta1ToolCallResult
21582
21582
  include Google::Apis::Core::Hashable
21583
21583
 
21584
- # 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.
21585
21585
  # Corresponds to the JSON property `action`
21586
21586
  # @return [String]
21587
21587
  attr_accessor :action
@@ -21608,7 +21608,7 @@ module Google
21608
21608
  # @return [String]
21609
21609
  attr_accessor :raw_content
21610
21610
 
21611
- # Required. The tool associated with this call. Format: `projects//locations//
21611
+ # Optional. The tool associated with this call. Format: `projects//locations//
21612
21612
  # tools/`.
21613
21613
  # Corresponds to the JSON property `tool`
21614
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.105.0"
19
+ GEM_VERSION = "0.106.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250602"
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.105.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.105.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: