@@ -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]
0 commit comments