@maxim_mazurok/gapi.client.dialogflow-v2 0.0.20230608 → 0.0.20230614

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/index.d.ts +7 -4
  2. package/package.json +1 -1
  3. package/tests.ts +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://dialogflow.googleapis.com/$discovery/rest?version=v2
12
- // Revision: 20230608
12
+ // Revision: 20230614
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -3699,6 +3699,9 @@ declare namespace gapi.client {
3699
3699
  /** SuggestDialogflowAssistsResponse if request is for DIALOGFLOW_ASSIST. */
3700
3700
  suggestDialogflowAssistsResponse?:
3701
3701
  GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse;
3702
+ /** SuggestDialogflowAssistsResponse if request is for ENTITY_EXTRACTION. */
3703
+ suggestEntityExtractionResponse?:
3704
+ GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse;
3702
3705
  /** SuggestFaqAnswersResponse if request is for FAQ_ANSWER. */
3703
3706
  suggestFaqAnswersResponse?:
3704
3707
  GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse;
@@ -4153,8 +4156,8 @@ declare namespace gapi.client {
4153
4156
  * Optional. If true, we try to automatically reload the document every day (at a time picked by the system). If false or unspecified, we don't try to automatically reload the
4154
4157
  * document. Currently you can only enable automatic reload for documents sourced from a public url, see `source` field for the source types. Reload status can be tracked in
4155
4158
  * `latest_reload_status`. If a reload fails, we will keep the document unchanged. If a reload fails with internal errors, the system will try to reload the document on the next day.
4156
- * If a reload fails with non-retriable errors (e.g. PERMISION_DENIED), the system will not try to reload the document anymore. You need to manually reload the document successfully by
4157
- * calling `ReloadDocument` and clear the errors.
4159
+ * If a reload fails with non-retriable errors (e.g. PERMISSION_DENIED), the system will not try to reload the document anymore. You need to manually reload the document successfully
4160
+ * by calling `ReloadDocument` and clear the errors.
4158
4161
  */
4159
4162
  enableAutoReload?:
4160
4163
  boolean;
@@ -4722,7 +4725,7 @@ declare namespace gapi.client {
4722
4725
  /** Required. Document template used for importing all the documents. */
4723
4726
  documentTemplate?:
4724
4727
  GoogleCloudDialogflowV2ImportDocumentTemplate;
4725
- /** The Google Cloud Storage location for the documents. The path can include a wildcard. These URIs may have the forms `gs:///`. `gs:////*.`. */
4728
+ /** Optional. The Google Cloud Storage location for the documents. The path can include a wildcard. These URIs may have the forms `gs:///`. `gs:////*.`. */
4726
4729
  gcsSource?:
4727
4730
  GoogleCloudDialogflowV2GcsSources;
4728
4731
  /** Whether to import custom metadata from Google Cloud Storage. Only valid when the document source is Google Cloud Storage URI. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dialogflow-v2",
3
- "version": "0.0.20230608",
3
+ "version": "0.0.20230614",
4
4
  "description": "TypeScript typings for Dialogflow API v2",
5
5
  "license": "MIT",
6
6
  "author": {
package/tests.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
4
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
5
 
6
- // Revision: 20230608
6
+ // Revision: 20230614
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */