Skip to content

Commit 317a094

Browse files
feat: Automated regeneration of dialogflow v2 client (googleapis#23417)
Auto-created at 2025-06-15 10:01:10 +0000 using the toys pull request generator.
1 parent 1ea5cd1 commit 317a094

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

generated/google-apis-dialogflow_v2/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_v2
22

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

59
* Regenerated from discovery document revision 20250602

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17092,7 +17092,7 @@ def update!(**args)
1709217092
class GoogleCloudDialogflowV2ToolCall
1709317093
include Google::Apis::Core::Hashable
1709417094

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.
1709617096
# Corresponds to the JSON property `action`
1709717097
# @return [String]
1709817098
attr_accessor :action
@@ -17107,7 +17107,7 @@ class GoogleCloudDialogflowV2ToolCall
1710717107
# @return [Hash<String,Object>]
1710817108
attr_accessor :input_parameters
1710917109

17110-
# Required. The tool associated with this call. Format: `projects//locations//
17110+
# Optional. The tool associated with this call. Format: `projects//locations//
1711117111
# tools/`.
1711217112
# Corresponds to the JSON property `tool`
1711317113
# @return [String]
@@ -17130,7 +17130,7 @@ def update!(**args)
1713017130
class GoogleCloudDialogflowV2ToolCallResult
1713117131
include Google::Apis::Core::Hashable
1713217132

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.
1713417134
# Corresponds to the JSON property `action`
1713517135
# @return [String]
1713617136
attr_accessor :action
@@ -17157,7 +17157,7 @@ class GoogleCloudDialogflowV2ToolCallResult
1715717157
# @return [String]
1715817158
attr_accessor :raw_content
1715917159

17160-
# Required. The tool associated with this call. Format: `projects//locations//
17160+
# Optional. The tool associated with this call. Format: `projects//locations//
1716117161
# tools/`.
1716217162
# Corresponds to the JSON property `tool`
1716317163
# @return [String]
@@ -21543,7 +21543,7 @@ def update!(**args)
2154321543
class GoogleCloudDialogflowV2beta1ToolCall
2154421544
include Google::Apis::Core::Hashable
2154521545

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.
2154721547
# Corresponds to the JSON property `action`
2154821548
# @return [String]
2154921549
attr_accessor :action
@@ -21558,7 +21558,7 @@ class GoogleCloudDialogflowV2beta1ToolCall
2155821558
# @return [Hash<String,Object>]
2155921559
attr_accessor :input_parameters
2156021560

21561-
# Required. The tool associated with this call. Format: `projects//locations//
21561+
# Optional. The tool associated with this call. Format: `projects//locations//
2156221562
# tools/`.
2156321563
# Corresponds to the JSON property `tool`
2156421564
# @return [String]
@@ -21581,7 +21581,7 @@ def update!(**args)
2158121581
class GoogleCloudDialogflowV2beta1ToolCallResult
2158221582
include Google::Apis::Core::Hashable
2158321583

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.
2158521585
# Corresponds to the JSON property `action`
2158621586
# @return [String]
2158721587
attr_accessor :action
@@ -21608,7 +21608,7 @@ class GoogleCloudDialogflowV2beta1ToolCallResult
2160821608
# @return [String]
2160921609
attr_accessor :raw_content
2161021610

21611-
# Required. The tool associated with this call. Format: `projects//locations//
21611+
# Optional. The tool associated with this call. Format: `projects//locations//
2161221612
# tools/`.
2161321613
# Corresponds to the JSON property `tool`
2161421614
# @return [String]

generated/google-apis-dialogflow_v2/lib/google/apis/dialogflow_v2/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 DialogflowV2
1818
# Version of the google-apis-dialogflow_v2 gem
19-
GEM_VERSION = "0.105.0"
19+
GEM_VERSION = "0.106.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)