@maxim_mazurok/gapi.client.dialogflow-v2beta1 0.0.20240924 → 0.0.20241008
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.
- package/index.d.ts +9 -9
- package/package.json +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:
|
|
12
|
+
// Revision: 20241008
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -9081,7 +9081,7 @@ declare namespace gapi.client {
|
|
|
9081
9081
|
alt?: string;
|
|
9082
9082
|
/** JSONP */
|
|
9083
9083
|
callback?: string;
|
|
9084
|
-
/** Optional. Identifier of the conversation. Generally it's auto generated by Google. Only set it if you cannot wait for the response to return a auto-generated one to you. The conversation ID must be compliant with the regression
|
|
9084
|
+
/** Optional. Identifier of the conversation. Generally it's auto generated by Google. Only set it if you cannot wait for the response to return a auto-generated one to you. The conversation ID must be compliant with the regression formula `a-zA-Z*` with the characters length in range of [3,64]. If the field is provided, the caller is responsible for 1. the uniqueness of the ID, otherwise the request will be rejected. 2. the consistency for whether to use custom ID or not under a project to better ensure uniqueness. */
|
|
9085
9085
|
conversationId?: string;
|
|
9086
9086
|
/** Selector specifying which fields to include in a partial response. */
|
|
9087
9087
|
fields?: string;
|
|
@@ -9112,7 +9112,7 @@ declare namespace gapi.client {
|
|
|
9112
9112
|
alt?: string;
|
|
9113
9113
|
/** JSONP */
|
|
9114
9114
|
callback?: string;
|
|
9115
|
-
/** Optional. Identifier of the conversation. Generally it's auto generated by Google. Only set it if you cannot wait for the response to return a auto-generated one to you. The conversation ID must be compliant with the regression
|
|
9115
|
+
/** Optional. Identifier of the conversation. Generally it's auto generated by Google. Only set it if you cannot wait for the response to return a auto-generated one to you. The conversation ID must be compliant with the regression formula `a-zA-Z*` with the characters length in range of [3,64]. If the field is provided, the caller is responsible for 1. the uniqueness of the ID, otherwise the request will be rejected. 2. the consistency for whether to use custom ID or not under a project to better ensure uniqueness. */
|
|
9116
9116
|
conversationId?: string;
|
|
9117
9117
|
/** Selector specifying which fields to include in a partial response. */
|
|
9118
9118
|
fields?: string;
|
|
@@ -9210,7 +9210,7 @@ declare namespace gapi.client {
|
|
|
9210
9210
|
callback?: string;
|
|
9211
9211
|
/** Selector specifying which fields to include in a partial response. */
|
|
9212
9212
|
fields?: string;
|
|
9213
|
-
/** Optional. The ID to use for the generator, which will become the final component of the generator's resource name. The generator ID must be compliant with the regression
|
|
9213
|
+
/** Optional. The ID to use for the generator, which will become the final component of the generator's resource name. The generator ID must be compliant with the regression formula `a-zA-Z*` with the characters length in range of [3,64]. If the field is not provided, an Id will be auto-generated. If the field is provided, the caller is responsible for 1. the uniqueness of the ID, otherwise the request will be rejected. 2. the consistency for whether to use custom ID or not under a project to better ensure uniqueness. */
|
|
9214
9214
|
generatorId?: string;
|
|
9215
9215
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
9216
9216
|
key?: string;
|
|
@@ -9241,7 +9241,7 @@ declare namespace gapi.client {
|
|
|
9241
9241
|
callback?: string;
|
|
9242
9242
|
/** Selector specifying which fields to include in a partial response. */
|
|
9243
9243
|
fields?: string;
|
|
9244
|
-
/** Optional. The ID to use for the generator, which will become the final component of the generator's resource name. The generator ID must be compliant with the regression
|
|
9244
|
+
/** Optional. The ID to use for the generator, which will become the final component of the generator's resource name. The generator ID must be compliant with the regression formula `a-zA-Z*` with the characters length in range of [3,64]. If the field is not provided, an Id will be auto-generated. If the field is provided, the caller is responsible for 1. the uniqueness of the ID, otherwise the request will be rejected. 2. the consistency for whether to use custom ID or not under a project to better ensure uniqueness. */
|
|
9245
9245
|
generatorId?: string;
|
|
9246
9246
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
9247
9247
|
key?: string;
|
|
@@ -13781,7 +13781,7 @@ declare namespace gapi.client {
|
|
|
13781
13781
|
alt?: string;
|
|
13782
13782
|
/** JSONP */
|
|
13783
13783
|
callback?: string;
|
|
13784
|
-
/** Optional. Identifier of the conversation. Generally it's auto generated by Google. Only set it if you cannot wait for the response to return a auto-generated one to you. The conversation ID must be compliant with the regression
|
|
13784
|
+
/** Optional. Identifier of the conversation. Generally it's auto generated by Google. Only set it if you cannot wait for the response to return a auto-generated one to you. The conversation ID must be compliant with the regression formula `a-zA-Z*` with the characters length in range of [3,64]. If the field is provided, the caller is responsible for 1. the uniqueness of the ID, otherwise the request will be rejected. 2. the consistency for whether to use custom ID or not under a project to better ensure uniqueness. */
|
|
13785
13785
|
conversationId?: string;
|
|
13786
13786
|
/** Selector specifying which fields to include in a partial response. */
|
|
13787
13787
|
fields?: string;
|
|
@@ -13812,7 +13812,7 @@ declare namespace gapi.client {
|
|
|
13812
13812
|
alt?: string;
|
|
13813
13813
|
/** JSONP */
|
|
13814
13814
|
callback?: string;
|
|
13815
|
-
/** Optional. Identifier of the conversation. Generally it's auto generated by Google. Only set it if you cannot wait for the response to return a auto-generated one to you. The conversation ID must be compliant with the regression
|
|
13815
|
+
/** Optional. Identifier of the conversation. Generally it's auto generated by Google. Only set it if you cannot wait for the response to return a auto-generated one to you. The conversation ID must be compliant with the regression formula `a-zA-Z*` with the characters length in range of [3,64]. If the field is provided, the caller is responsible for 1. the uniqueness of the ID, otherwise the request will be rejected. 2. the consistency for whether to use custom ID or not under a project to better ensure uniqueness. */
|
|
13816
13816
|
conversationId?: string;
|
|
13817
13817
|
/** Selector specifying which fields to include in a partial response. */
|
|
13818
13818
|
fields?: string;
|
|
@@ -13970,7 +13970,7 @@ declare namespace gapi.client {
|
|
|
13970
13970
|
callback?: string;
|
|
13971
13971
|
/** Selector specifying which fields to include in a partial response. */
|
|
13972
13972
|
fields?: string;
|
|
13973
|
-
/** Optional. The ID to use for the generator, which will become the final component of the generator's resource name. The generator ID must be compliant with the regression
|
|
13973
|
+
/** Optional. The ID to use for the generator, which will become the final component of the generator's resource name. The generator ID must be compliant with the regression formula `a-zA-Z*` with the characters length in range of [3,64]. If the field is not provided, an Id will be auto-generated. If the field is provided, the caller is responsible for 1. the uniqueness of the ID, otherwise the request will be rejected. 2. the consistency for whether to use custom ID or not under a project to better ensure uniqueness. */
|
|
13974
13974
|
generatorId?: string;
|
|
13975
13975
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
13976
13976
|
key?: string;
|
|
@@ -14001,7 +14001,7 @@ declare namespace gapi.client {
|
|
|
14001
14001
|
callback?: string;
|
|
14002
14002
|
/** Selector specifying which fields to include in a partial response. */
|
|
14003
14003
|
fields?: string;
|
|
14004
|
-
/** Optional. The ID to use for the generator, which will become the final component of the generator's resource name. The generator ID must be compliant with the regression
|
|
14004
|
+
/** Optional. The ID to use for the generator, which will become the final component of the generator's resource name. The generator ID must be compliant with the regression formula `a-zA-Z*` with the characters length in range of [3,64]. If the field is not provided, an Id will be auto-generated. If the field is provided, the caller is responsible for 1. the uniqueness of the ID, otherwise the request will be rejected. 2. the consistency for whether to use custom ID or not under a project to better ensure uniqueness. */
|
|
14005
14005
|
generatorId?: string;
|
|
14006
14006
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
14007
14007
|
key?: string;
|