You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/dialogflow_v2beta1.projects.knowledgeBases.documents.html
+2-2
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ <h2>Instance Methods</h2>
88
88
<pclass="firstline">Retrieves the specified document. Note: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowledgeBases.documents`.</p>
<pclass="firstline">Create documents by importing data from external sources.</p>
91
+
<pclass="firstline">Create documents by importing data from external sources. Dialogflow supports up to 350 documents in each request. If you try to import more, Dialogflow will return an error.</p>
<pclass="firstline">Returns the list of all documents of the knowledge base. Note: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowledgeBases.documents`.</p>
<pre>Create documents by importing data from external sources.
257
+
<pre>Create documents by importing data from external sources. Dialogflow supports up to 350 documents in each request. If you try to import more, Dialogflow will return an error.
258
258
259
259
Args:
260
260
parent: string, Required. The knowledge base to import documents into. Format: `projects//locations//knowledgeBases/`. (required)
Copy file name to clipboardexpand all lines: docs/dyn/dialogflow_v2beta1.projects.locations.knowledgeBases.documents.html
+2-2
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ <h2>Instance Methods</h2>
88
88
<pclass="firstline">Retrieves the specified document. Note: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowledgeBases.documents`.</p>
<pclass="firstline">Create documents by importing data from external sources.</p>
91
+
<pclass="firstline">Create documents by importing data from external sources. Dialogflow supports up to 350 documents in each request. If you try to import more, Dialogflow will return an error.</p>
<pclass="firstline">Returns the list of all documents of the knowledge base. Note: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowledgeBases.documents`.</p>
<pre>Create documents by importing data from external sources.
257
+
<pre>Create documents by importing data from external sources. Dialogflow supports up to 350 documents in each request. If you try to import more, Dialogflow will return an error.
258
258
259
259
Args:
260
260
parent: string, Required. The knowledge base to import documents into. Format: `projects//locations//knowledgeBases/`. (required)
Copy file name to clipboardexpand all lines: docs/dyn/dialogflow_v3.projects.locations.agents.webhooks.html
+66
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,17 @@ <h3>Method Details</h3>
122
122
"username": "A String", # The user name for HTTP Basic authentication.
123
123
},
124
124
"name": "A String", # The unique identifier of the webhook. Required for the Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name automatically. Format: `projects//locations//agents//webhooks/`.
125
+
"serviceDirectory": { # Represents configuration for a [Service Directory](https://cloud.google.com/service-directory) service. # Configuration for a [Service Directory](https://cloud.google.com/service-directory) service.
126
+
"genericWebService": { # Represents configuration for a generic web service. # Generic Service configuration of this webhook.
127
+
"password": "A String", # The password for HTTP Basic authentication.
128
+
"requestHeaders": { # The HTTP request headers to send together with webhook requests.
129
+
"a_key": "A String",
130
+
},
131
+
"uri": "A String", # Required. The webhook URI for receiving POST requests. It must use https protocol.
132
+
"username": "A String", # The user name for HTTP Basic authentication.
133
+
},
134
+
"service": "A String", # Required. The name of [Service Directory](https://cloud.google.com/service-directory) service. Format: `projects//locations//namespaces//services/`. `Location ID` of the service directory must be the same as the location of the agent.
135
+
},
125
136
"timeout": "A String", # Webhook execution timeout. Execution is considered failed if Dialogflow doesn't receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
126
137
}
127
138
@@ -145,6 +156,17 @@ <h3>Method Details</h3>
145
156
"username": "A String", # The user name for HTTP Basic authentication.
146
157
},
147
158
"name": "A String", # The unique identifier of the webhook. Required for the Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name automatically. Format: `projects//locations//agents//webhooks/`.
159
+
"serviceDirectory": { # Represents configuration for a [Service Directory](https://cloud.google.com/service-directory) service. # Configuration for a [Service Directory](https://cloud.google.com/service-directory) service.
160
+
"genericWebService": { # Represents configuration for a generic web service. # Generic Service configuration of this webhook.
161
+
"password": "A String", # The password for HTTP Basic authentication.
162
+
"requestHeaders": { # The HTTP request headers to send together with webhook requests.
163
+
"a_key": "A String",
164
+
},
165
+
"uri": "A String", # Required. The webhook URI for receiving POST requests. It must use https protocol.
166
+
"username": "A String", # The user name for HTTP Basic authentication.
167
+
},
168
+
"service": "A String", # Required. The name of [Service Directory](https://cloud.google.com/service-directory) service. Format: `projects//locations//namespaces//services/`. `Location ID` of the service directory must be the same as the location of the agent.
169
+
},
148
170
"timeout": "A String", # Webhook execution timeout. Execution is considered failed if Dialogflow doesn't receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
149
171
}</pre>
150
172
</div>
@@ -194,6 +216,17 @@ <h3>Method Details</h3>
194
216
"username": "A String", # The user name for HTTP Basic authentication.
195
217
},
196
218
"name": "A String", # The unique identifier of the webhook. Required for the Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name automatically. Format: `projects//locations//agents//webhooks/`.
219
+
"serviceDirectory": { # Represents configuration for a [Service Directory](https://cloud.google.com/service-directory) service. # Configuration for a [Service Directory](https://cloud.google.com/service-directory) service.
220
+
"genericWebService": { # Represents configuration for a generic web service. # Generic Service configuration of this webhook.
221
+
"password": "A String", # The password for HTTP Basic authentication.
222
+
"requestHeaders": { # The HTTP request headers to send together with webhook requests.
223
+
"a_key": "A String",
224
+
},
225
+
"uri": "A String", # Required. The webhook URI for receiving POST requests. It must use https protocol.
226
+
"username": "A String", # The user name for HTTP Basic authentication.
227
+
},
228
+
"service": "A String", # Required. The name of [Service Directory](https://cloud.google.com/service-directory) service. Format: `projects//locations//namespaces//services/`. `Location ID` of the service directory must be the same as the location of the agent.
229
+
},
197
230
"timeout": "A String", # Webhook execution timeout. Execution is considered failed if Dialogflow doesn't receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
198
231
}</pre>
199
232
</div>
@@ -229,6 +262,17 @@ <h3>Method Details</h3>
229
262
"username": "A String", # The user name for HTTP Basic authentication.
230
263
},
231
264
"name": "A String", # The unique identifier of the webhook. Required for the Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name automatically. Format: `projects//locations//agents//webhooks/`.
265
+
"serviceDirectory": { # Represents configuration for a [Service Directory](https://cloud.google.com/service-directory) service. # Configuration for a [Service Directory](https://cloud.google.com/service-directory) service.
266
+
"genericWebService": { # Represents configuration for a generic web service. # Generic Service configuration of this webhook.
267
+
"password": "A String", # The password for HTTP Basic authentication.
268
+
"requestHeaders": { # The HTTP request headers to send together with webhook requests.
269
+
"a_key": "A String",
270
+
},
271
+
"uri": "A String", # Required. The webhook URI for receiving POST requests. It must use https protocol.
272
+
"username": "A String", # The user name for HTTP Basic authentication.
273
+
},
274
+
"service": "A String", # Required. The name of [Service Directory](https://cloud.google.com/service-directory) service. Format: `projects//locations//namespaces//services/`. `Location ID` of the service directory must be the same as the location of the agent.
275
+
},
232
276
"timeout": "A String", # Webhook execution timeout. Execution is considered failed if Dialogflow doesn't receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
233
277
},
234
278
],
@@ -270,6 +314,17 @@ <h3>Method Details</h3>
270
314
"username": "A String", # The user name for HTTP Basic authentication.
271
315
},
272
316
"name": "A String", # The unique identifier of the webhook. Required for the Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name automatically. Format: `projects//locations//agents//webhooks/`.
317
+
"serviceDirectory": { # Represents configuration for a [Service Directory](https://cloud.google.com/service-directory) service. # Configuration for a [Service Directory](https://cloud.google.com/service-directory) service.
318
+
"genericWebService": { # Represents configuration for a generic web service. # Generic Service configuration of this webhook.
319
+
"password": "A String", # The password for HTTP Basic authentication.
320
+
"requestHeaders": { # The HTTP request headers to send together with webhook requests.
321
+
"a_key": "A String",
322
+
},
323
+
"uri": "A String", # Required. The webhook URI for receiving POST requests. It must use https protocol.
324
+
"username": "A String", # The user name for HTTP Basic authentication.
325
+
},
326
+
"service": "A String", # Required. The name of [Service Directory](https://cloud.google.com/service-directory) service. Format: `projects//locations//namespaces//services/`. `Location ID` of the service directory must be the same as the location of the agent.
327
+
},
273
328
"timeout": "A String", # Webhook execution timeout. Execution is considered failed if Dialogflow doesn't receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
274
329
}
275
330
@@ -294,6 +349,17 @@ <h3>Method Details</h3>
294
349
"username": "A String", # The user name for HTTP Basic authentication.
295
350
},
296
351
"name": "A String", # The unique identifier of the webhook. Required for the Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name automatically. Format: `projects//locations//agents//webhooks/`.
352
+
"serviceDirectory": { # Represents configuration for a [Service Directory](https://cloud.google.com/service-directory) service. # Configuration for a [Service Directory](https://cloud.google.com/service-directory) service.
353
+
"genericWebService": { # Represents configuration for a generic web service. # Generic Service configuration of this webhook.
354
+
"password": "A String", # The password for HTTP Basic authentication.
355
+
"requestHeaders": { # The HTTP request headers to send together with webhook requests.
356
+
"a_key": "A String",
357
+
},
358
+
"uri": "A String", # Required. The webhook URI for receiving POST requests. It must use https protocol.
359
+
"username": "A String", # The user name for HTTP Basic authentication.
360
+
},
361
+
"service": "A String", # Required. The name of [Service Directory](https://cloud.google.com/service-directory) service. Format: `projects//locations//namespaces//services/`. `Location ID` of the service directory must be the same as the location of the agent.
362
+
},
297
363
"timeout": "A String", # Webhook execution timeout. Execution is considered failed if Dialogflow doesn't receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
0 commit comments