@@ -11267,7 +11267,7 @@ def update!(**args)
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 @@ class GoogleCloudDialogflowV2ToolCall
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 @@ def update!(**args)
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 @@ class GoogleCloudDialogflowV2ToolCallResult
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 @@ def update!(**args)
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 @@ class GoogleCloudDialogflowV2beta1ToolCall
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 @@ def update!(**args)
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 @@ class GoogleCloudDialogflowV2beta1ToolCallResult
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]
0 commit comments