Skip to content

Commit 0d07363

Browse files
feat(dialogflow): update the api
#### dialogflow:v2 The following keys were added: - schemas.GoogleCloudDialogflowCxV3WebhookGenericWebService.properties.serviceAccountAuthConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig (Total Keys: 3) - schemas.GoogleCloudDialogflowCxV3beta1WebhookGenericWebService.properties.serviceAccountAuthConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig (Total Keys: 3) #### dialogflow:v2beta1 The following keys were added: - schemas.GoogleCloudDialogflowCxV3WebhookGenericWebService.properties.serviceAccountAuthConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig (Total Keys: 3) - schemas.GoogleCloudDialogflowCxV3beta1WebhookGenericWebService.properties.serviceAccountAuthConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig (Total Keys: 3) #### dialogflow:v3 The following keys were added: - schemas.GoogleCloudDialogflowCxV3CodeBlock (Total Keys: 3) - schemas.GoogleCloudDialogflowCxV3Playbook.properties.codeBlock.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3Playbook.properties.inlineActions (Total Keys: 3) - schemas.GoogleCloudDialogflowCxV3ToolAuthentication.properties.serviceAccountAuthConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3ToolAuthenticationServiceAccountAuthConfig (Total Keys: 3) - schemas.GoogleCloudDialogflowCxV3WebhookGenericWebService.properties.serviceAccountAuthConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig (Total Keys: 3) - schemas.GoogleCloudDialogflowCxV3beta1WebhookGenericWebService.properties.serviceAccountAuthConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig (Total Keys: 3) #### dialogflow:v3beta1 The following keys were added: - schemas.GoogleCloudDialogflowCxV3WebhookGenericWebService.properties.serviceAccountAuthConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig (Total Keys: 3) - schemas.GoogleCloudDialogflowCxV3beta1CodeBlock (Total Keys: 3) - schemas.GoogleCloudDialogflowCxV3beta1Playbook.properties.codeBlock.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1Playbook.properties.inlineActions (Total Keys: 3) - schemas.GoogleCloudDialogflowCxV3beta1ToolAuthentication.properties.serviceAccountAuthConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAccountAuthConfig (Total Keys: 3) - schemas.GoogleCloudDialogflowCxV3beta1WebhookGenericWebService.properties.serviceAccountAuthConfig.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig (Total Keys: 3)
1 parent eb29fdf commit 0d07363

23 files changed

+564
-26
lines changed

docs/dyn/dialogflow_v2.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ <h3>Method Details</h3>
277277

278278
Args:
279279
name: string, The resource that owns the locations collection, if applicable. (required)
280-
extraLocationTypes: string, Optional. Unless explicitly documented otherwise, don&#x27;t use this unsupported field which is primarily intended for internal usage. (repeated)
280+
extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
281281
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
282282
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
283283
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

docs/dyn/dialogflow_v2.projects.locations.tools.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ <h3>Method Details</h3>
181181
&quot;tlsConfig&quot;: { # The TLS configuration. # Optional. TLS configuration for the HTTPS verification.
182182
&quot;caCerts&quot;: [ # Required. Specifies a list of allowed custom CA certificates for HTTPS verification.
183183
{ # The CA certificate.
184-
&quot;cert&quot;: &quot;A String&quot;, # Required. The allowed custom CA certificates (in DER format) for HTTPS verification. This overrides the default SSL trust store. If this is empty or unspecified, Dialogflow will use Google&#x27;s default trust store to verify certificates. N.B. Make sure the HTTPS server certificates are signed with &quot;subject alt name&quot;. For instance a certificate can be self-signed using the following command, openssl x509 -req -days 200 -in example.com.csr \ -signkey example.com.key \ -out example.com.crt \ -extfile &lt;(printf &quot;\nsubjectAltName=&#x27;DNS:www.example.com&#x27;&quot;)
184+
&quot;cert&quot;: &quot;A String&quot;, # Required. The allowed custom CA certificates (in DER format) for HTTPS verification. This overrides the default SSL trust store. If this is empty or unspecified, Dialogflow will use Google&#x27;s default trust store to verify certificates. N.B. Make sure the HTTPS server certificates are signed with &quot;subject alt name&quot;. For instance a certificate can be self-signed using the following command, ``` openssl x509 -req -days 200 -in example.com.csr \ -signkey example.com.key \ -out example.com.crt \ -extfile &lt;(printf &quot;\nsubjectAltName=&#x27;DNS:www.example.com&#x27;&quot;) ```
185185
&quot;displayName&quot;: &quot;A String&quot;, # Required. The name of the allowed custom CA certificates. This can be used to disambiguate the custom CA certificates.
186186
},
187187
],
@@ -273,7 +273,7 @@ <h3>Method Details</h3>
273273
&quot;tlsConfig&quot;: { # The TLS configuration. # Optional. TLS configuration for the HTTPS verification.
274274
&quot;caCerts&quot;: [ # Required. Specifies a list of allowed custom CA certificates for HTTPS verification.
275275
{ # The CA certificate.
276-
&quot;cert&quot;: &quot;A String&quot;, # Required. The allowed custom CA certificates (in DER format) for HTTPS verification. This overrides the default SSL trust store. If this is empty or unspecified, Dialogflow will use Google&#x27;s default trust store to verify certificates. N.B. Make sure the HTTPS server certificates are signed with &quot;subject alt name&quot;. For instance a certificate can be self-signed using the following command, openssl x509 -req -days 200 -in example.com.csr \ -signkey example.com.key \ -out example.com.crt \ -extfile &lt;(printf &quot;\nsubjectAltName=&#x27;DNS:www.example.com&#x27;&quot;)
276+
&quot;cert&quot;: &quot;A String&quot;, # Required. The allowed custom CA certificates (in DER format) for HTTPS verification. This overrides the default SSL trust store. If this is empty or unspecified, Dialogflow will use Google&#x27;s default trust store to verify certificates. N.B. Make sure the HTTPS server certificates are signed with &quot;subject alt name&quot;. For instance a certificate can be self-signed using the following command, ``` openssl x509 -req -days 200 -in example.com.csr \ -signkey example.com.key \ -out example.com.crt \ -extfile &lt;(printf &quot;\nsubjectAltName=&#x27;DNS:www.example.com&#x27;&quot;) ```
277277
&quot;displayName&quot;: &quot;A String&quot;, # Required. The name of the allowed custom CA certificates. This can be used to disambiguate the custom CA certificates.
278278
},
279279
],
@@ -389,7 +389,7 @@ <h3>Method Details</h3>
389389
&quot;tlsConfig&quot;: { # The TLS configuration. # Optional. TLS configuration for the HTTPS verification.
390390
&quot;caCerts&quot;: [ # Required. Specifies a list of allowed custom CA certificates for HTTPS verification.
391391
{ # The CA certificate.
392-
&quot;cert&quot;: &quot;A String&quot;, # Required. The allowed custom CA certificates (in DER format) for HTTPS verification. This overrides the default SSL trust store. If this is empty or unspecified, Dialogflow will use Google&#x27;s default trust store to verify certificates. N.B. Make sure the HTTPS server certificates are signed with &quot;subject alt name&quot;. For instance a certificate can be self-signed using the following command, openssl x509 -req -days 200 -in example.com.csr \ -signkey example.com.key \ -out example.com.crt \ -extfile &lt;(printf &quot;\nsubjectAltName=&#x27;DNS:www.example.com&#x27;&quot;)
392+
&quot;cert&quot;: &quot;A String&quot;, # Required. The allowed custom CA certificates (in DER format) for HTTPS verification. This overrides the default SSL trust store. If this is empty or unspecified, Dialogflow will use Google&#x27;s default trust store to verify certificates. N.B. Make sure the HTTPS server certificates are signed with &quot;subject alt name&quot;. For instance a certificate can be self-signed using the following command, ``` openssl x509 -req -days 200 -in example.com.csr \ -signkey example.com.key \ -out example.com.crt \ -extfile &lt;(printf &quot;\nsubjectAltName=&#x27;DNS:www.example.com&#x27;&quot;) ```
393393
&quot;displayName&quot;: &quot;A String&quot;, # Required. The name of the allowed custom CA certificates. This can be used to disambiguate the custom CA certificates.
394394
},
395395
],
@@ -492,7 +492,7 @@ <h3>Method Details</h3>
492492
&quot;tlsConfig&quot;: { # The TLS configuration. # Optional. TLS configuration for the HTTPS verification.
493493
&quot;caCerts&quot;: [ # Required. Specifies a list of allowed custom CA certificates for HTTPS verification.
494494
{ # The CA certificate.
495-
&quot;cert&quot;: &quot;A String&quot;, # Required. The allowed custom CA certificates (in DER format) for HTTPS verification. This overrides the default SSL trust store. If this is empty or unspecified, Dialogflow will use Google&#x27;s default trust store to verify certificates. N.B. Make sure the HTTPS server certificates are signed with &quot;subject alt name&quot;. For instance a certificate can be self-signed using the following command, openssl x509 -req -days 200 -in example.com.csr \ -signkey example.com.key \ -out example.com.crt \ -extfile &lt;(printf &quot;\nsubjectAltName=&#x27;DNS:www.example.com&#x27;&quot;)
495+
&quot;cert&quot;: &quot;A String&quot;, # Required. The allowed custom CA certificates (in DER format) for HTTPS verification. This overrides the default SSL trust store. If this is empty or unspecified, Dialogflow will use Google&#x27;s default trust store to verify certificates. N.B. Make sure the HTTPS server certificates are signed with &quot;subject alt name&quot;. For instance a certificate can be self-signed using the following command, ``` openssl x509 -req -days 200 -in example.com.csr \ -signkey example.com.key \ -out example.com.crt \ -extfile &lt;(printf &quot;\nsubjectAltName=&#x27;DNS:www.example.com&#x27;&quot;) ```
496496
&quot;displayName&quot;: &quot;A String&quot;, # Required. The name of the allowed custom CA certificates. This can be used to disambiguate the custom CA certificates.
497497
},
498498
],
@@ -601,7 +601,7 @@ <h3>Method Details</h3>
601601
&quot;tlsConfig&quot;: { # The TLS configuration. # Optional. TLS configuration for the HTTPS verification.
602602
&quot;caCerts&quot;: [ # Required. Specifies a list of allowed custom CA certificates for HTTPS verification.
603603
{ # The CA certificate.
604-
&quot;cert&quot;: &quot;A String&quot;, # Required. The allowed custom CA certificates (in DER format) for HTTPS verification. This overrides the default SSL trust store. If this is empty or unspecified, Dialogflow will use Google&#x27;s default trust store to verify certificates. N.B. Make sure the HTTPS server certificates are signed with &quot;subject alt name&quot;. For instance a certificate can be self-signed using the following command, openssl x509 -req -days 200 -in example.com.csr \ -signkey example.com.key \ -out example.com.crt \ -extfile &lt;(printf &quot;\nsubjectAltName=&#x27;DNS:www.example.com&#x27;&quot;)
604+
&quot;cert&quot;: &quot;A String&quot;, # Required. The allowed custom CA certificates (in DER format) for HTTPS verification. This overrides the default SSL trust store. If this is empty or unspecified, Dialogflow will use Google&#x27;s default trust store to verify certificates. N.B. Make sure the HTTPS server certificates are signed with &quot;subject alt name&quot;. For instance a certificate can be self-signed using the following command, ``` openssl x509 -req -days 200 -in example.com.csr \ -signkey example.com.key \ -out example.com.crt \ -extfile &lt;(printf &quot;\nsubjectAltName=&#x27;DNS:www.example.com&#x27;&quot;) ```
605605
&quot;displayName&quot;: &quot;A String&quot;, # Required. The name of the allowed custom CA certificates. This can be used to disambiguate the custom CA certificates.
606606
},
607607
],
@@ -693,7 +693,7 @@ <h3>Method Details</h3>
693693
&quot;tlsConfig&quot;: { # The TLS configuration. # Optional. TLS configuration for the HTTPS verification.
694694
&quot;caCerts&quot;: [ # Required. Specifies a list of allowed custom CA certificates for HTTPS verification.
695695
{ # The CA certificate.
696-
&quot;cert&quot;: &quot;A String&quot;, # Required. The allowed custom CA certificates (in DER format) for HTTPS verification. This overrides the default SSL trust store. If this is empty or unspecified, Dialogflow will use Google&#x27;s default trust store to verify certificates. N.B. Make sure the HTTPS server certificates are signed with &quot;subject alt name&quot;. For instance a certificate can be self-signed using the following command, openssl x509 -req -days 200 -in example.com.csr \ -signkey example.com.key \ -out example.com.crt \ -extfile &lt;(printf &quot;\nsubjectAltName=&#x27;DNS:www.example.com&#x27;&quot;)
696+
&quot;cert&quot;: &quot;A String&quot;, # Required. The allowed custom CA certificates (in DER format) for HTTPS verification. This overrides the default SSL trust store. If this is empty or unspecified, Dialogflow will use Google&#x27;s default trust store to verify certificates. N.B. Make sure the HTTPS server certificates are signed with &quot;subject alt name&quot;. For instance a certificate can be self-signed using the following command, ``` openssl x509 -req -days 200 -in example.com.csr \ -signkey example.com.key \ -out example.com.crt \ -extfile &lt;(printf &quot;\nsubjectAltName=&#x27;DNS:www.example.com&#x27;&quot;) ```
697697
&quot;displayName&quot;: &quot;A String&quot;, # Required. The name of the allowed custom CA certificates. This can be used to disambiguate the custom CA certificates.
698698
},
699699
],

docs/dyn/dialogflow_v2beta1.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ <h3>Method Details</h3>
272272

273273
Args:
274274
name: string, The resource that owns the locations collection, if applicable. (required)
275-
extraLocationTypes: string, Optional. Unless explicitly documented otherwise, don&#x27;t use this unsupported field which is primarily intended for internal usage. (repeated)
275+
extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
276276
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
277277
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
278278
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

0 commit comments

Comments
 (0)