Skip to content

Commit 0c6b31f

Browse files
feat(dialogflow): update the api
#### dialogflow:v3 The following keys were added: - schemas.GoogleCloudDialogflowCxV3Webhook.properties.serviceDirectory.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig (Total Keys: 4) #### dialogflow:v3beta1 The following keys were added: - schemas.GoogleCloudDialogflowCxV3beta1Webhook.properties.serviceDirectory.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1WebhookServiceDirectoryConfig (Total Keys: 4)
1 parent d09cc8d commit 0c6b31f

8 files changed

+182
-12
lines changed

docs/dyn/dialogflow_v2beta1.projects.knowledgeBases.documents.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h2>Instance Methods</h2>
8888
<p class="firstline">Retrieves the specified document. Note: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowledgeBases.documents`.</p>
8989
<p class="toc_element">
9090
<code><a href="#import_">import_(parent, body=None, x__xgafv=None)</a></code></p>
91-
<p class="firstline">Create documents by importing data from external sources.</p>
91+
<p class="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>
9292
<p class="toc_element">
9393
<code><a href="#list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9494
<p class="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>
@@ -254,7 +254,7 @@ <h3>Method Details</h3>
254254

255255
<div class="method">
256256
<code class="details" id="import_">import_(parent, body=None, x__xgafv=None)</code>
257-
<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.
258258

259259
Args:
260260
parent: string, Required. The knowledge base to import documents into. Format: `projects//locations//knowledgeBases/`. (required)

docs/dyn/dialogflow_v2beta1.projects.locations.knowledgeBases.documents.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h2>Instance Methods</h2>
8888
<p class="firstline">Retrieves the specified document. Note: The `projects.agent.knowledgeBases.documents` resource is deprecated; only use `projects.knowledgeBases.documents`.</p>
8989
<p class="toc_element">
9090
<code><a href="#import_">import_(parent, body=None, x__xgafv=None)</a></code></p>
91-
<p class="firstline">Create documents by importing data from external sources.</p>
91+
<p class="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>
9292
<p class="toc_element">
9393
<code><a href="#list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9494
<p class="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>
@@ -254,7 +254,7 @@ <h3>Method Details</h3>
254254

255255
<div class="method">
256256
<code class="details" id="import_">import_(parent, body=None, x__xgafv=None)</code>
257-
<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.
258258

259259
Args:
260260
parent: string, Required. The knowledge base to import documents into. Format: `projects//locations//knowledgeBases/`. (required)

docs/dyn/dialogflow_v3.projects.locations.agents.webhooks.html

+66
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,17 @@ <h3>Method Details</h3>
122122
&quot;username&quot;: &quot;A String&quot;, # The user name for HTTP Basic authentication.
123123
},
124124
&quot;name&quot;: &quot;A String&quot;, # The unique identifier of the webhook. Required for the Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name automatically. Format: `projects//locations//agents//webhooks/`.
125+
&quot;serviceDirectory&quot;: { # 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+
&quot;genericWebService&quot;: { # Represents configuration for a generic web service. # Generic Service configuration of this webhook.
127+
&quot;password&quot;: &quot;A String&quot;, # The password for HTTP Basic authentication.
128+
&quot;requestHeaders&quot;: { # The HTTP request headers to send together with webhook requests.
129+
&quot;a_key&quot;: &quot;A String&quot;,
130+
},
131+
&quot;uri&quot;: &quot;A String&quot;, # Required. The webhook URI for receiving POST requests. It must use https protocol.
132+
&quot;username&quot;: &quot;A String&quot;, # The user name for HTTP Basic authentication.
133+
},
134+
&quot;service&quot;: &quot;A String&quot;, # 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+
},
125136
&quot;timeout&quot;: &quot;A String&quot;, # Webhook execution timeout. Execution is considered failed if Dialogflow doesn&#x27;t receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
126137
}
127138

@@ -145,6 +156,17 @@ <h3>Method Details</h3>
145156
&quot;username&quot;: &quot;A String&quot;, # The user name for HTTP Basic authentication.
146157
},
147158
&quot;name&quot;: &quot;A String&quot;, # The unique identifier of the webhook. Required for the Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name automatically. Format: `projects//locations//agents//webhooks/`.
159+
&quot;serviceDirectory&quot;: { # 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+
&quot;genericWebService&quot;: { # Represents configuration for a generic web service. # Generic Service configuration of this webhook.
161+
&quot;password&quot;: &quot;A String&quot;, # The password for HTTP Basic authentication.
162+
&quot;requestHeaders&quot;: { # The HTTP request headers to send together with webhook requests.
163+
&quot;a_key&quot;: &quot;A String&quot;,
164+
},
165+
&quot;uri&quot;: &quot;A String&quot;, # Required. The webhook URI for receiving POST requests. It must use https protocol.
166+
&quot;username&quot;: &quot;A String&quot;, # The user name for HTTP Basic authentication.
167+
},
168+
&quot;service&quot;: &quot;A String&quot;, # 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+
},
148170
&quot;timeout&quot;: &quot;A String&quot;, # Webhook execution timeout. Execution is considered failed if Dialogflow doesn&#x27;t receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
149171
}</pre>
150172
</div>
@@ -194,6 +216,17 @@ <h3>Method Details</h3>
194216
&quot;username&quot;: &quot;A String&quot;, # The user name for HTTP Basic authentication.
195217
},
196218
&quot;name&quot;: &quot;A String&quot;, # The unique identifier of the webhook. Required for the Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name automatically. Format: `projects//locations//agents//webhooks/`.
219+
&quot;serviceDirectory&quot;: { # 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+
&quot;genericWebService&quot;: { # Represents configuration for a generic web service. # Generic Service configuration of this webhook.
221+
&quot;password&quot;: &quot;A String&quot;, # The password for HTTP Basic authentication.
222+
&quot;requestHeaders&quot;: { # The HTTP request headers to send together with webhook requests.
223+
&quot;a_key&quot;: &quot;A String&quot;,
224+
},
225+
&quot;uri&quot;: &quot;A String&quot;, # Required. The webhook URI for receiving POST requests. It must use https protocol.
226+
&quot;username&quot;: &quot;A String&quot;, # The user name for HTTP Basic authentication.
227+
},
228+
&quot;service&quot;: &quot;A String&quot;, # 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+
},
197230
&quot;timeout&quot;: &quot;A String&quot;, # Webhook execution timeout. Execution is considered failed if Dialogflow doesn&#x27;t receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
198231
}</pre>
199232
</div>
@@ -229,6 +262,17 @@ <h3>Method Details</h3>
229262
&quot;username&quot;: &quot;A String&quot;, # The user name for HTTP Basic authentication.
230263
},
231264
&quot;name&quot;: &quot;A String&quot;, # The unique identifier of the webhook. Required for the Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name automatically. Format: `projects//locations//agents//webhooks/`.
265+
&quot;serviceDirectory&quot;: { # 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+
&quot;genericWebService&quot;: { # Represents configuration for a generic web service. # Generic Service configuration of this webhook.
267+
&quot;password&quot;: &quot;A String&quot;, # The password for HTTP Basic authentication.
268+
&quot;requestHeaders&quot;: { # The HTTP request headers to send together with webhook requests.
269+
&quot;a_key&quot;: &quot;A String&quot;,
270+
},
271+
&quot;uri&quot;: &quot;A String&quot;, # Required. The webhook URI for receiving POST requests. It must use https protocol.
272+
&quot;username&quot;: &quot;A String&quot;, # The user name for HTTP Basic authentication.
273+
},
274+
&quot;service&quot;: &quot;A String&quot;, # 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+
},
232276
&quot;timeout&quot;: &quot;A String&quot;, # Webhook execution timeout. Execution is considered failed if Dialogflow doesn&#x27;t receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
233277
},
234278
],
@@ -270,6 +314,17 @@ <h3>Method Details</h3>
270314
&quot;username&quot;: &quot;A String&quot;, # The user name for HTTP Basic authentication.
271315
},
272316
&quot;name&quot;: &quot;A String&quot;, # The unique identifier of the webhook. Required for the Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name automatically. Format: `projects//locations//agents//webhooks/`.
317+
&quot;serviceDirectory&quot;: { # 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+
&quot;genericWebService&quot;: { # Represents configuration for a generic web service. # Generic Service configuration of this webhook.
319+
&quot;password&quot;: &quot;A String&quot;, # The password for HTTP Basic authentication.
320+
&quot;requestHeaders&quot;: { # The HTTP request headers to send together with webhook requests.
321+
&quot;a_key&quot;: &quot;A String&quot;,
322+
},
323+
&quot;uri&quot;: &quot;A String&quot;, # Required. The webhook URI for receiving POST requests. It must use https protocol.
324+
&quot;username&quot;: &quot;A String&quot;, # The user name for HTTP Basic authentication.
325+
},
326+
&quot;service&quot;: &quot;A String&quot;, # 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+
},
273328
&quot;timeout&quot;: &quot;A String&quot;, # Webhook execution timeout. Execution is considered failed if Dialogflow doesn&#x27;t receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
274329
}
275330

@@ -294,6 +349,17 @@ <h3>Method Details</h3>
294349
&quot;username&quot;: &quot;A String&quot;, # The user name for HTTP Basic authentication.
295350
},
296351
&quot;name&quot;: &quot;A String&quot;, # The unique identifier of the webhook. Required for the Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name automatically. Format: `projects//locations//agents//webhooks/`.
352+
&quot;serviceDirectory&quot;: { # 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+
&quot;genericWebService&quot;: { # Represents configuration for a generic web service. # Generic Service configuration of this webhook.
354+
&quot;password&quot;: &quot;A String&quot;, # The password for HTTP Basic authentication.
355+
&quot;requestHeaders&quot;: { # The HTTP request headers to send together with webhook requests.
356+
&quot;a_key&quot;: &quot;A String&quot;,
357+
},
358+
&quot;uri&quot;: &quot;A String&quot;, # Required. The webhook URI for receiving POST requests. It must use https protocol.
359+
&quot;username&quot;: &quot;A String&quot;, # The user name for HTTP Basic authentication.
360+
},
361+
&quot;service&quot;: &quot;A String&quot;, # 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+
},
297363
&quot;timeout&quot;: &quot;A String&quot;, # Webhook execution timeout. Execution is considered failed if Dialogflow doesn&#x27;t receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
298364
}</pre>
299365
</div>

0 commit comments

Comments
 (0)