Skip to content

Commit 3ef1de2

Browse files
feat(dialogflow): update the api
#### dialogflow:v3 The following keys were added: - schemas.GoogleCloudDialogflowCxV3QueryParameters.properties.parameterScope.type (Total Keys: 1) #### dialogflow:v3beta1 The following keys were added: - schemas.GoogleCloudDialogflowCxV3beta1QueryParameters.properties.parameterScope.type (Total Keys: 1)
1 parent 434be41 commit 3ef1de2

23 files changed

+198
-172
lines changed

docs/dyn/dialogflow_v2.projects.conversations.participants.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -768,22 +768,22 @@ <h3>Method Details</h3>
768768
&quot;toolCallInfo&quot;: [ # Optional. List of request and response for tool calls executed.
769769
{ # Request and response for a tool call.
770770
&quot;toolCall&quot;: { # Represents a call of a specific tool&#x27;s action with the specified inputs. # Required. Request for a tool call.
771-
&quot;action&quot;: &quot;A String&quot;, # Required. The name of the tool&#x27;s action associated with this call.
771+
&quot;action&quot;: &quot;A String&quot;, # Optional. The name of the tool&#x27;s action associated with this call.
772772
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the tool call.
773773
&quot;inputParameters&quot;: { # Optional. The action&#x27;s input parameters.
774774
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
775775
},
776-
&quot;tool&quot;: &quot;A String&quot;, # Required. The tool associated with this call. Format: `projects//locations//tools/`.
776+
&quot;tool&quot;: &quot;A String&quot;, # Optional. The tool associated with this call. Format: `projects//locations//tools/`.
777777
},
778778
&quot;toolCallResult&quot;: { # The result of calling a tool&#x27;s action. # Required. Response for a tool call.
779-
&quot;action&quot;: &quot;A String&quot;, # Required. The name of the tool&#x27;s action associated with this call.
779+
&quot;action&quot;: &quot;A String&quot;, # Optional. The name of the tool&#x27;s action associated with this call.
780780
&quot;content&quot;: &quot;A String&quot;, # Only populated if the response content is utf-8 encoded.
781781
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the tool call result.
782782
&quot;error&quot;: { # An error produced by the tool call. # The tool call&#x27;s error.
783783
&quot;message&quot;: &quot;A String&quot;, # Optional. The error message of the function.
784784
},
785785
&quot;rawContent&quot;: &quot;A String&quot;, # Only populated if the response content is not utf-8 encoded. (by definition byte fields are base64 encoded).
786-
&quot;tool&quot;: &quot;A String&quot;, # Required. The tool associated with this call. Format: `projects//locations//tools/`.
786+
&quot;tool&quot;: &quot;A String&quot;, # Optional. The tool associated with this call. Format: `projects//locations//tools/`.
787787
},
788788
},
789789
],
@@ -898,22 +898,22 @@ <h3>Method Details</h3>
898898
&quot;toolCallInfo&quot;: [ # Optional. List of request and response for tool calls executed.
899899
{ # Request and response for a tool call.
900900
&quot;toolCall&quot;: { # Represents a call of a specific tool&#x27;s action with the specified inputs. # Required. Request for a tool call.
901-
&quot;action&quot;: &quot;A String&quot;, # Required. The name of the tool&#x27;s action associated with this call.
901+
&quot;action&quot;: &quot;A String&quot;, # Optional. The name of the tool&#x27;s action associated with this call.
902902
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the tool call.
903903
&quot;inputParameters&quot;: { # Optional. The action&#x27;s input parameters.
904904
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
905905
},
906-
&quot;tool&quot;: &quot;A String&quot;, # Required. The tool associated with this call. Format: `projects//locations//tools/`.
906+
&quot;tool&quot;: &quot;A String&quot;, # Optional. The tool associated with this call. Format: `projects//locations//tools/`.
907907
},
908908
&quot;toolCallResult&quot;: { # The result of calling a tool&#x27;s action. # Required. Response for a tool call.
909-
&quot;action&quot;: &quot;A String&quot;, # Required. The name of the tool&#x27;s action associated with this call.
909+
&quot;action&quot;: &quot;A String&quot;, # Optional. The name of the tool&#x27;s action associated with this call.
910910
&quot;content&quot;: &quot;A String&quot;, # Only populated if the response content is utf-8 encoded.
911911
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the tool call result.
912912
&quot;error&quot;: { # An error produced by the tool call. # The tool call&#x27;s error.
913913
&quot;message&quot;: &quot;A String&quot;, # Optional. The error message of the function.
914914
},
915915
&quot;rawContent&quot;: &quot;A String&quot;, # Only populated if the response content is not utf-8 encoded. (by definition byte fields are base64 encoded).
916-
&quot;tool&quot;: &quot;A String&quot;, # Required. The tool associated with this call. Format: `projects//locations//tools/`.
916+
&quot;tool&quot;: &quot;A String&quot;, # Optional. The tool associated with this call. Format: `projects//locations//tools/`.
917917
},
918918
},
919919
],

docs/dyn/dialogflow_v2.projects.conversations.suggestions.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,22 +135,22 @@ <h3>Method Details</h3>
135135
&quot;toolCallInfo&quot;: [ # Optional. List of request and response for tool calls executed.
136136
{ # Request and response for a tool call.
137137
&quot;toolCall&quot;: { # Represents a call of a specific tool&#x27;s action with the specified inputs. # Required. Request for a tool call.
138-
&quot;action&quot;: &quot;A String&quot;, # Required. The name of the tool&#x27;s action associated with this call.
138+
&quot;action&quot;: &quot;A String&quot;, # Optional. The name of the tool&#x27;s action associated with this call.
139139
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the tool call.
140140
&quot;inputParameters&quot;: { # Optional. The action&#x27;s input parameters.
141141
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
142142
},
143-
&quot;tool&quot;: &quot;A String&quot;, # Required. The tool associated with this call. Format: `projects//locations//tools/`.
143+
&quot;tool&quot;: &quot;A String&quot;, # Optional. The tool associated with this call. Format: `projects//locations//tools/`.
144144
},
145145
&quot;toolCallResult&quot;: { # The result of calling a tool&#x27;s action. # Required. Response for a tool call.
146-
&quot;action&quot;: &quot;A String&quot;, # Required. The name of the tool&#x27;s action associated with this call.
146+
&quot;action&quot;: &quot;A String&quot;, # Optional. The name of the tool&#x27;s action associated with this call.
147147
&quot;content&quot;: &quot;A String&quot;, # Only populated if the response content is utf-8 encoded.
148148
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the tool call result.
149149
&quot;error&quot;: { # An error produced by the tool call. # The tool call&#x27;s error.
150150
&quot;message&quot;: &quot;A String&quot;, # Optional. The error message of the function.
151151
},
152152
&quot;rawContent&quot;: &quot;A String&quot;, # Only populated if the response content is not utf-8 encoded. (by definition byte fields are base64 encoded).
153-
&quot;tool&quot;: &quot;A String&quot;, # Required. The tool associated with this call. Format: `projects//locations//tools/`.
153+
&quot;tool&quot;: &quot;A String&quot;, # Optional. The tool associated with this call. Format: `projects//locations//tools/`.
154154
},
155155
},
156156
],

docs/dyn/dialogflow_v2.projects.generators.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -146,22 +146,22 @@ <h3>Method Details</h3>
146146
&quot;toolCallInfo&quot;: [ # Optional. List of request and response for tool calls executed.
147147
{ # Request and response for a tool call.
148148
&quot;toolCall&quot;: { # Represents a call of a specific tool&#x27;s action with the specified inputs. # Required. Request for a tool call.
149-
&quot;action&quot;: &quot;A String&quot;, # Required. The name of the tool&#x27;s action associated with this call.
149+
&quot;action&quot;: &quot;A String&quot;, # Optional. The name of the tool&#x27;s action associated with this call.
150150
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the tool call.
151151
&quot;inputParameters&quot;: { # Optional. The action&#x27;s input parameters.
152152
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
153153
},
154-
&quot;tool&quot;: &quot;A String&quot;, # Required. The tool associated with this call. Format: `projects//locations//tools/`.
154+
&quot;tool&quot;: &quot;A String&quot;, # Optional. The tool associated with this call. Format: `projects//locations//tools/`.
155155
},
156156
&quot;toolCallResult&quot;: { # The result of calling a tool&#x27;s action. # Required. Response for a tool call.
157-
&quot;action&quot;: &quot;A String&quot;, # Required. The name of the tool&#x27;s action associated with this call.
157+
&quot;action&quot;: &quot;A String&quot;, # Optional. The name of the tool&#x27;s action associated with this call.
158158
&quot;content&quot;: &quot;A String&quot;, # Only populated if the response content is utf-8 encoded.
159159
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the tool call result.
160160
&quot;error&quot;: { # An error produced by the tool call. # The tool call&#x27;s error.
161161
&quot;message&quot;: &quot;A String&quot;, # Optional. The error message of the function.
162162
},
163163
&quot;rawContent&quot;: &quot;A String&quot;, # Only populated if the response content is not utf-8 encoded. (by definition byte fields are base64 encoded).
164-
&quot;tool&quot;: &quot;A String&quot;, # Required. The tool associated with this call. Format: `projects//locations//tools/`.
164+
&quot;tool&quot;: &quot;A String&quot;, # Optional. The tool associated with this call. Format: `projects//locations//tools/`.
165165
},
166166
},
167167
],
@@ -248,22 +248,22 @@ <h3>Method Details</h3>
248248
&quot;toolCallInfo&quot;: [ # Optional. List of request and response for tool calls executed.
249249
{ # Request and response for a tool call.
250250
&quot;toolCall&quot;: { # Represents a call of a specific tool&#x27;s action with the specified inputs. # Required. Request for a tool call.
251-
&quot;action&quot;: &quot;A String&quot;, # Required. The name of the tool&#x27;s action associated with this call.
251+
&quot;action&quot;: &quot;A String&quot;, # Optional. The name of the tool&#x27;s action associated with this call.
252252
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the tool call.
253253
&quot;inputParameters&quot;: { # Optional. The action&#x27;s input parameters.
254254
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
255255
},
256-
&quot;tool&quot;: &quot;A String&quot;, # Required. The tool associated with this call. Format: `projects//locations//tools/`.
256+
&quot;tool&quot;: &quot;A String&quot;, # Optional. The tool associated with this call. Format: `projects//locations//tools/`.
257257
},
258258
&quot;toolCallResult&quot;: { # The result of calling a tool&#x27;s action. # Required. Response for a tool call.
259-
&quot;action&quot;: &quot;A String&quot;, # Required. The name of the tool&#x27;s action associated with this call.
259+
&quot;action&quot;: &quot;A String&quot;, # Optional. The name of the tool&#x27;s action associated with this call.
260260
&quot;content&quot;: &quot;A String&quot;, # Only populated if the response content is utf-8 encoded.
261261
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the tool call result.
262262
&quot;error&quot;: { # An error produced by the tool call. # The tool call&#x27;s error.
263263
&quot;message&quot;: &quot;A String&quot;, # Optional. The error message of the function.
264264
},
265265
&quot;rawContent&quot;: &quot;A String&quot;, # Only populated if the response content is not utf-8 encoded. (by definition byte fields are base64 encoded).
266-
&quot;tool&quot;: &quot;A String&quot;, # Required. The tool associated with this call. Format: `projects//locations//tools/`.
266+
&quot;tool&quot;: &quot;A String&quot;, # Optional. The tool associated with this call. Format: `projects//locations//tools/`.
267267
},
268268
},
269269
],
@@ -360,22 +360,22 @@ <h3>Method Details</h3>
360360
&quot;toolCallInfo&quot;: [ # Optional. List of request and response for tool calls executed.
361361
{ # Request and response for a tool call.
362362
&quot;toolCall&quot;: { # Represents a call of a specific tool&#x27;s action with the specified inputs. # Required. Request for a tool call.
363-
&quot;action&quot;: &quot;A String&quot;, # Required. The name of the tool&#x27;s action associated with this call.
363+
&quot;action&quot;: &quot;A String&quot;, # Optional. The name of the tool&#x27;s action associated with this call.
364364
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the tool call.
365365
&quot;inputParameters&quot;: { # Optional. The action&#x27;s input parameters.
366366
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
367367
},
368-
&quot;tool&quot;: &quot;A String&quot;, # Required. The tool associated with this call. Format: `projects//locations//tools/`.
368+
&quot;tool&quot;: &quot;A String&quot;, # Optional. The tool associated with this call. Format: `projects//locations//tools/`.
369369
},
370370
&quot;toolCallResult&quot;: { # The result of calling a tool&#x27;s action. # Required. Response for a tool call.
371-
&quot;action&quot;: &quot;A String&quot;, # Required. The name of the tool&#x27;s action associated with this call.
371+
&quot;action&quot;: &quot;A String&quot;, # Optional. The name of the tool&#x27;s action associated with this call.
372372
&quot;content&quot;: &quot;A String&quot;, # Only populated if the response content is utf-8 encoded.
373373
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the tool call result.
374374
&quot;error&quot;: { # An error produced by the tool call. # The tool call&#x27;s error.
375375
&quot;message&quot;: &quot;A String&quot;, # Optional. The error message of the function.
376376
},
377377
&quot;rawContent&quot;: &quot;A String&quot;, # Only populated if the response content is not utf-8 encoded. (by definition byte fields are base64 encoded).
378-
&quot;tool&quot;: &quot;A String&quot;, # Required. The tool associated with this call. Format: `projects//locations//tools/`.
378+
&quot;tool&quot;: &quot;A String&quot;, # Optional. The tool associated with this call. Format: `projects//locations//tools/`.
379379
},
380380
},
381381
],

0 commit comments

Comments
 (0)