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