google-apis-dialogflow_v2beta1 0.104.0 → 0.105.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: df766fdc4d7d6d0c1ed7350a67682e29299514e77bfd49cc0a882c3950be8271
4
- data.tar.gz: 3cd61c7297b852bc2a00c7da4d8d79dd9a0f27b145ec5b17cf1eebb0d647c728
3
+ metadata.gz: 13fce6429a0cee165f9c6dbb1e87c31533c96fae1285a39a335a881f4b4c866b
4
+ data.tar.gz: 91d04db44fc09ebde238a6222ba7a1acf41c64af2b61da15bbc38064157938a4
5
5
  SHA512:
6
- metadata.gz: a8b9b1a24a0346d3783dccb8a4324440b8673ed91c372de16b0f6a724789a511f9393a048e73992298b1cf21ac06d3abacd0e00503d7f1d0ef615720abb89462
7
- data.tar.gz: 8f698fb76dc7cb424c0b73ffc03f22555ef5e5460ff096354378697f7130258bf2d98c9ca7d479ffab34346207f4097d0d3bbc9abfd9d8c3773fd04de926f69b
6
+ metadata.gz: 722b6a5ea4f03fe32225e667cddb2905b2107fe703cdd21ffc90c77f7d5f753846f378a772a62d761ff6132029c8e938585aa89b4139c2247e6391b9b19178a9
7
+ data.tar.gz: 2c49ebcf0185946a4990e387e221aadd9badb89877b1498086890918912c04bf1e9a1e7b98c92571a8114886f34e178e4c5c12b78c7175bd6bcf3dcb594f4c1a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.105.0 (2025-06-15)
4
+
5
+ * Regenerated from discovery document revision 20250612
6
+
3
7
  ### v0.104.0 (2025-06-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20250602
@@ -11267,7 +11267,7 @@ module Google
11267
11267
  class GoogleCloudDialogflowV2ToolCall
11268
11268
  include Google::Apis::Core::Hashable
11269
11269
 
11270
- # Required. The name of the tool's action associated with this call.
11270
+ # Optional. The name of the tool's action associated with this call.
11271
11271
  # Corresponds to the JSON property `action`
11272
11272
  # @return [String]
11273
11273
  attr_accessor :action
@@ -11282,7 +11282,7 @@ module Google
11282
11282
  # @return [Hash<String,Object>]
11283
11283
  attr_accessor :input_parameters
11284
11284
 
11285
- # Required. The tool associated with this call. Format: `projects//locations//
11285
+ # Optional. The tool associated with this call. Format: `projects//locations//
11286
11286
  # tools/`.
11287
11287
  # Corresponds to the JSON property `tool`
11288
11288
  # @return [String]
@@ -11305,7 +11305,7 @@ module Google
11305
11305
  class GoogleCloudDialogflowV2ToolCallResult
11306
11306
  include Google::Apis::Core::Hashable
11307
11307
 
11308
- # Required. The name of the tool's action associated with this call.
11308
+ # Optional. The name of the tool's action associated with this call.
11309
11309
  # Corresponds to the JSON property `action`
11310
11310
  # @return [String]
11311
11311
  attr_accessor :action
@@ -11332,7 +11332,7 @@ module Google
11332
11332
  # @return [String]
11333
11333
  attr_accessor :raw_content
11334
11334
 
11335
- # Required. The tool associated with this call. Format: `projects//locations//
11335
+ # Optional. The tool associated with this call. Format: `projects//locations//
11336
11336
  # tools/`.
11337
11337
  # Corresponds to the JSON property `tool`
11338
11338
  # @return [String]
@@ -21615,7 +21615,7 @@ module Google
21615
21615
  class GoogleCloudDialogflowV2beta1ToolCall
21616
21616
  include Google::Apis::Core::Hashable
21617
21617
 
21618
- # Required. The name of the tool's action associated with this call.
21618
+ # Optional. The name of the tool's action associated with this call.
21619
21619
  # Corresponds to the JSON property `action`
21620
21620
  # @return [String]
21621
21621
  attr_accessor :action
@@ -21630,7 +21630,7 @@ module Google
21630
21630
  # @return [Hash<String,Object>]
21631
21631
  attr_accessor :input_parameters
21632
21632
 
21633
- # Required. The tool associated with this call. Format: `projects//locations//
21633
+ # Optional. The tool associated with this call. Format: `projects//locations//
21634
21634
  # tools/`.
21635
21635
  # Corresponds to the JSON property `tool`
21636
21636
  # @return [String]
@@ -21653,7 +21653,7 @@ module Google
21653
21653
  class GoogleCloudDialogflowV2beta1ToolCallResult
21654
21654
  include Google::Apis::Core::Hashable
21655
21655
 
21656
- # Required. The name of the tool's action associated with this call.
21656
+ # Optional. The name of the tool's action associated with this call.
21657
21657
  # Corresponds to the JSON property `action`
21658
21658
  # @return [String]
21659
21659
  attr_accessor :action
@@ -21680,7 +21680,7 @@ module Google
21680
21680
  # @return [String]
21681
21681
  attr_accessor :raw_content
21682
21682
 
21683
- # Required. The tool associated with this call. Format: `projects//locations//
21683
+ # Optional. The tool associated with this call. Format: `projects//locations//
21684
21684
  # tools/`.
21685
21685
  # Corresponds to the JSON property `tool`
21686
21686
  # @return [String]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV2beta1
18
18
  # Version of the google-apis-dialogflow_v2beta1 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
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_v2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.104.0
4
+ version: 0.105.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_v2beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.104.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.105.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1
62
62
  rdoc_options: []
63
63
  require_paths: