Skip to content

Commit a31f064

Browse files
feat: Automated regeneration of dialogflow v2beta1 client (googleapis#23438)
Auto-created at 2025-06-15 10:28:16 +0000 using the toys pull request generator.
1 parent 7c26202 commit a31f064

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

generated/google-apis-dialogflow_v2beta1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-dialogflow_v2beta1
22

3+
### v0.105.0 (2025-06-15)
4+
5+
* Regenerated from discovery document revision 20250612
6+
37
### v0.104.0 (2025-06-08)
48

59
* Regenerated from discovery document revision 20250602

generated/google-apis-dialogflow_v2beta1/lib/google/apis/dialogflow_v2beta1/classes.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11267,7 +11267,7 @@ def update!(**args)
1126711267
class GoogleCloudDialogflowV2ToolCall
1126811268
include Google::Apis::Core::Hashable
1126911269

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.
1127111271
# Corresponds to the JSON property `action`
1127211272
# @return [String]
1127311273
attr_accessor :action
@@ -11282,7 +11282,7 @@ class GoogleCloudDialogflowV2ToolCall
1128211282
# @return [Hash<String,Object>]
1128311283
attr_accessor :input_parameters
1128411284

11285-
# Required. The tool associated with this call. Format: `projects//locations//
11285+
# Optional. The tool associated with this call. Format: `projects//locations//
1128611286
# tools/`.
1128711287
# Corresponds to the JSON property `tool`
1128811288
# @return [String]
@@ -11305,7 +11305,7 @@ def update!(**args)
1130511305
class GoogleCloudDialogflowV2ToolCallResult
1130611306
include Google::Apis::Core::Hashable
1130711307

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.
1130911309
# Corresponds to the JSON property `action`
1131011310
# @return [String]
1131111311
attr_accessor :action
@@ -11332,7 +11332,7 @@ class GoogleCloudDialogflowV2ToolCallResult
1133211332
# @return [String]
1133311333
attr_accessor :raw_content
1133411334

11335-
# Required. The tool associated with this call. Format: `projects//locations//
11335+
# Optional. The tool associated with this call. Format: `projects//locations//
1133611336
# tools/`.
1133711337
# Corresponds to the JSON property `tool`
1133811338
# @return [String]
@@ -21615,7 +21615,7 @@ def update!(**args)
2161521615
class GoogleCloudDialogflowV2beta1ToolCall
2161621616
include Google::Apis::Core::Hashable
2161721617

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.
2161921619
# Corresponds to the JSON property `action`
2162021620
# @return [String]
2162121621
attr_accessor :action
@@ -21630,7 +21630,7 @@ class GoogleCloudDialogflowV2beta1ToolCall
2163021630
# @return [Hash<String,Object>]
2163121631
attr_accessor :input_parameters
2163221632

21633-
# Required. The tool associated with this call. Format: `projects//locations//
21633+
# Optional. The tool associated with this call. Format: `projects//locations//
2163421634
# tools/`.
2163521635
# Corresponds to the JSON property `tool`
2163621636
# @return [String]
@@ -21653,7 +21653,7 @@ def update!(**args)
2165321653
class GoogleCloudDialogflowV2beta1ToolCallResult
2165421654
include Google::Apis::Core::Hashable
2165521655

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.
2165721657
# Corresponds to the JSON property `action`
2165821658
# @return [String]
2165921659
attr_accessor :action
@@ -21680,7 +21680,7 @@ class GoogleCloudDialogflowV2beta1ToolCallResult
2168021680
# @return [String]
2168121681
attr_accessor :raw_content
2168221682

21683-
# Required. The tool associated with this call. Format: `projects//locations//
21683+
# Optional. The tool associated with this call. Format: `projects//locations//
2168421684
# tools/`.
2168521685
# Corresponds to the JSON property `tool`
2168621686
# @return [String]

generated/google-apis-dialogflow_v2beta1/lib/google/apis/dialogflow_v2beta1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DialogflowV2beta1
1818
# Version of the google-apis-dialogflow_v2beta1 gem
19-
GEM_VERSION = "0.104.0"
19+
GEM_VERSION = "0.105.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250602"
25+
REVISION = "20250612"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)