@maxim_mazurok/gapi.client.dialogflow-v2beta1 0.0.20230621 → 0.0.20230626

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 +3 -3
  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=v2beta1
12
- // Revision: 20230621
12
+ // Revision: 20230626
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -3309,7 +3309,7 @@ declare namespace gapi.client {
3309
3309
  /** Configs for processing conversation. */
3310
3310
  conversationProcessConfig?:
3311
3311
  GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationProcessConfig;
3312
- /** Automatically iterates all participants and tries to compile suggestions. Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST. */
3312
+ /** Automatically iterates all participants and tries to compile suggestions. Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST, ENTITY_EXTRACTION. */
3313
3313
  enableEventBasedSuggestion?:
3314
3314
  boolean;
3315
3315
  /** Configs of query. */
@@ -3335,7 +3335,7 @@ declare namespace gapi.client {
3335
3335
  /** Determines how recent conversation context is filtered when generating suggestions. If unspecified, no messages will be dropped. */
3336
3336
  contextFilterSettings?:
3337
3337
  GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings;
3338
- /** Query from Dialogflow agent. It is used by DIALOGFLOW_ASSIST. */
3338
+ /** Query from Dialogflow agent. It is used by DIALOGFLOW_ASSIST, ENTITY_EXTRACTION. */
3339
3339
  dialogflowQuerySource?:
3340
3340
  GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource;
3341
3341
  /** Query from knowledge base document. It is used by: SMART_REPLY, SMART_COMPOSE. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dialogflow-v2beta1",
3
- "version": "0.0.20230621",
3
+ "version": "0.0.20230626",
4
4
  "description": "TypeScript typings for Dialogflow API v2beta1",
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: 20230621
6
+ // Revision: 20230626
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */