@maxim_mazurok/gapi.client.dialogflow-v2 0.0.20230705 → 0.0.20230711
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 +46 -43
- package/package.json +1 -1
- 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:
|
|
12
|
+
// Revision: 20230711
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -242,7 +242,7 @@ declare namespace gapi.client {
|
|
|
242
242
|
/** The URI to a file containing the exported agent. This field is populated if `agent_uri` is specified in ExportAgentRequest. */
|
|
243
243
|
agentUri?:
|
|
244
244
|
string;
|
|
245
|
-
/** Commit SHA of the git push. This field is populated if `git_destination`
|
|
245
|
+
/** Commit SHA of the git push. This field is populated if `git_destination` is specified in ExportAgentRequest. */
|
|
246
246
|
commitSha?:
|
|
247
247
|
string;
|
|
248
248
|
}
|
|
@@ -1295,7 +1295,7 @@ declare namespace gapi.client {
|
|
|
1295
1295
|
/** The URI to a file containing the exported agent. This field is populated if `agent_uri` is specified in ExportAgentRequest. */
|
|
1296
1296
|
agentUri?:
|
|
1297
1297
|
string;
|
|
1298
|
-
/** Commit SHA of the git push. This field is populated if `git_destination`
|
|
1298
|
+
/** Commit SHA of the git push. This field is populated if `git_destination` is specified in ExportAgentRequest. */
|
|
1299
1299
|
commitSha?:
|
|
1300
1300
|
string;
|
|
1301
1301
|
}
|
|
@@ -1724,6 +1724,9 @@ declare namespace gapi.client {
|
|
|
1724
1724
|
*/
|
|
1725
1725
|
playAudio?:
|
|
1726
1726
|
GoogleCloudDialogflowCxV3ResponseMessagePlayAudio;
|
|
1727
|
+
/** Response type. */
|
|
1728
|
+
responseType?:
|
|
1729
|
+
string;
|
|
1727
1730
|
/** A signal that the client should transfer the phone call connected to this agent to a third-party endpoint. */
|
|
1728
1731
|
telephonyTransferCall?:
|
|
1729
1732
|
GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall;
|
|
@@ -2622,7 +2625,7 @@ declare namespace gapi.client {
|
|
|
2622
2625
|
/**
|
|
2623
2626
|
* Required. The unique identifier of the context. Supported formats: - `projects//agent/sessions//contexts/`, - `projects//locations//agent/sessions//contexts/`, -
|
|
2624
2627
|
* `projects//agent/environments//users//sessions//contexts/`, - `projects//locations//agent/environments//users//sessions//contexts/`, The `Context ID` is always converted to
|
|
2625
|
-
* lowercase, may only contain characters in a-zA-Z0-9_
|
|
2628
|
+
* lowercase, may only contain characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID`
|
|
2626
2629
|
* is not specified, we assume default '-' user. The following context names are reserved for internal use by Dialogflow. You should not use these contexts or create contexts with
|
|
2627
2630
|
* these names: * `__system_counters__` * `*_id_dialog_context` * `*_dialog_params_size`
|
|
2628
2631
|
*/
|
|
@@ -2630,9 +2633,9 @@ declare namespace gapi.client {
|
|
|
2630
2633
|
string;
|
|
2631
2634
|
/**
|
|
2632
2635
|
* Optional. The collection of parameters associated with this context. Depending on your protocol or client library language, this is a map, associative array, symbol table,
|
|
2633
|
-
* dictionary, or JSON object composed of a collection of (MapKey, MapValue) pairs:
|
|
2634
|
-
*
|
|
2635
|
-
* composite entity
|
|
2636
|
+
* dictionary, or JSON object composed of a collection of (MapKey, MapValue) pairs: * MapKey type: string * MapKey value: parameter name * MapValue type: If parameter's entity type is
|
|
2637
|
+
* a composite entity then use map, otherwise, depending on the parameter value type, it could be one of string, number, boolean, null, list or map. * MapValue value: If parameter's
|
|
2638
|
+
* entity type is a composite entity then use map from composite entity property names to property values, otherwise, use parameter value.
|
|
2636
2639
|
*/
|
|
2637
2640
|
parameters?:
|
|
2638
2641
|
{ [P in string]: any };
|
|
@@ -2712,9 +2715,9 @@ declare namespace gapi.client {
|
|
|
2712
2715
|
string;
|
|
2713
2716
|
/**
|
|
2714
2717
|
* The collection of parameters associated with the event. Depending on your protocol or client library language, this is a map, associative array, symbol table, dictionary, or JSON
|
|
2715
|
-
* object composed of a collection of (MapKey, MapValue) pairs:
|
|
2716
|
-
*
|
|
2717
|
-
* entity
|
|
2718
|
+
* object composed of a collection of (MapKey, MapValue) pairs: * MapKey type: string * MapKey value: parameter name * MapValue type: If parameter's entity type is a composite entity
|
|
2719
|
+
* then use map, otherwise, depending on the parameter value type, it could be one of string, number, boolean, null, list or map. * MapValue value: If parameter's entity type is a
|
|
2720
|
+
* composite entity then use map from composite entity property names to property values, otherwise, use parameter value.
|
|
2718
2721
|
*/
|
|
2719
2722
|
parameters?:
|
|
2720
2723
|
{ [P in string]: any };
|
|
@@ -2754,7 +2757,7 @@ declare namespace gapi.client {
|
|
|
2754
2757
|
}
|
|
2755
2758
|
interface GoogleCloudDialogflowV2beta1GcsDestination {
|
|
2756
2759
|
/**
|
|
2757
|
-
* Required. The Google Cloud Storage URIs for the output. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case. The
|
|
2760
|
+
* Required. The Google Cloud Storage URIs for the output. A URI is of the form: `gs://bucket/object-prefix-or-name` Whether a prefix or name is used depends on the use case. The
|
|
2758
2761
|
* requesting user must have "write-permission" to the bucket.
|
|
2759
2762
|
*/
|
|
2760
2763
|
uri?:
|
|
@@ -3575,9 +3578,9 @@ declare namespace gapi.client {
|
|
|
3575
3578
|
GoogleCloudDialogflowV2beta1Context[];
|
|
3576
3579
|
/**
|
|
3577
3580
|
* The collection of extracted parameters. Depending on your protocol or client library language, this is a map, associative array, symbol table, dictionary, or JSON object composed of
|
|
3578
|
-
* a collection of (MapKey, MapValue) pairs:
|
|
3579
|
-
* depending on parameter value type, could be one of string, number, boolean, null, list or map
|
|
3580
|
-
* composite entity property names to property values
|
|
3581
|
+
* a collection of (MapKey, MapValue) pairs: * MapKey type: string * MapKey value: parameter name * MapValue type: If parameter's entity type is a composite entity then use map,
|
|
3582
|
+
* otherwise, depending on the parameter value type, it could be one of string, number, boolean, null, list or map. * MapValue value: If parameter's entity type is a composite entity
|
|
3583
|
+
* then use map from composite entity property names to property values, otherwise, use parameter value.
|
|
3581
3584
|
*/
|
|
3582
3585
|
parameters?:
|
|
3583
3586
|
{ [P in string]: any };
|
|
@@ -3847,7 +3850,7 @@ declare namespace gapi.client {
|
|
|
3847
3850
|
number;
|
|
3848
3851
|
/**
|
|
3849
3852
|
* Required. The unique identifier of the context. Format: `projects//agent/sessions//contexts/`, or `projects//agent/environments//users//sessions//contexts/`. The `Context ID` is
|
|
3850
|
-
* always converted to lowercase, may only contain characters in a-zA-Z0-9_
|
|
3853
|
+
* always converted to lowercase, may only contain characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. If `Environment ID` is not specified, we assume default 'draft'
|
|
3851
3854
|
* environment. If `User ID` is not specified, we assume default '-' user. The following context names are reserved for internal use by Dialogflow. You should not use these contexts or
|
|
3852
3855
|
* create contexts with these names: * `__system_counters__` * `*_id_dialog_context` * `*_dialog_params_size`
|
|
3853
3856
|
*/
|
|
@@ -3855,9 +3858,9 @@ declare namespace gapi.client {
|
|
|
3855
3858
|
string;
|
|
3856
3859
|
/**
|
|
3857
3860
|
* Optional. The collection of parameters associated with this context. Depending on your protocol or client library language, this is a map, associative array, symbol table,
|
|
3858
|
-
* dictionary, or JSON object composed of a collection of (MapKey, MapValue) pairs:
|
|
3859
|
-
*
|
|
3860
|
-
* composite entity
|
|
3861
|
+
* dictionary, or JSON object composed of a collection of (MapKey, MapValue) pairs: * MapKey type: string * MapKey value: parameter name * MapValue type: If parameter's entity type is
|
|
3862
|
+
* a composite entity then use map, otherwise, depending on the parameter value type, it could be one of string, number, boolean, null, list or map. * MapValue value: If parameter's
|
|
3863
|
+
* entity type is a composite entity then use map from composite entity property names to property values, otherwise, use parameter value.
|
|
3861
3864
|
*/
|
|
3862
3865
|
parameters?:
|
|
3863
3866
|
{ [P in string]: any };
|
|
@@ -4347,9 +4350,9 @@ declare namespace gapi.client {
|
|
|
4347
4350
|
string;
|
|
4348
4351
|
/**
|
|
4349
4352
|
* The collection of parameters associated with the event. Depending on your protocol or client library language, this is a map, associative array, symbol table, dictionary, or JSON
|
|
4350
|
-
* object composed of a collection of (MapKey, MapValue) pairs:
|
|
4351
|
-
*
|
|
4352
|
-
* entity
|
|
4353
|
+
* object composed of a collection of (MapKey, MapValue) pairs: * MapKey type: string * MapKey value: parameter name * MapValue type: If parameter's entity type is a composite entity
|
|
4354
|
+
* then use map, otherwise, depending on the parameter value type, it could be one of string, number, boolean, null, list or map. * MapValue value: If parameter's entity type is a
|
|
4355
|
+
* composite entity then use map from composite entity property names to property values, otherwise, use parameter value.
|
|
4353
4356
|
*/
|
|
4354
4357
|
parameters?:
|
|
4355
4358
|
{ [P in string]: any };
|
|
@@ -4454,14 +4457,14 @@ declare namespace gapi.client {
|
|
|
4454
4457
|
}
|
|
4455
4458
|
interface GoogleCloudDialogflowV2GcsDestination {
|
|
4456
4459
|
/**
|
|
4457
|
-
* The Google Cloud Storage URIs for the output. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case. The requesting user
|
|
4460
|
+
* The Google Cloud Storage URIs for the output. A URI is of the form: `gs://bucket/object-prefix-or-name` Whether a prefix or name is used depends on the use case. The requesting user
|
|
4458
4461
|
* must have "write-permission" to the bucket.
|
|
4459
4462
|
*/
|
|
4460
4463
|
uri?:
|
|
4461
4464
|
string;
|
|
4462
4465
|
}
|
|
4463
4466
|
interface GoogleCloudDialogflowV2GcsSources {
|
|
4464
|
-
/** Required. Google Cloud Storage URIs for the inputs. A URI is of the form: gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on the use case. */
|
|
4467
|
+
/** Required. Google Cloud Storage URIs for the inputs. A URI is of the form: `gs://bucket/object-prefix-or-name` Whether a prefix or name is used depends on the use case. */
|
|
4465
4468
|
uris?:
|
|
4466
4469
|
string[];
|
|
4467
4470
|
}
|
|
@@ -4802,8 +4805,8 @@ declare namespace gapi.client {
|
|
|
4802
4805
|
string;
|
|
4803
4806
|
/**
|
|
4804
4807
|
* A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See [the Cloud Speech
|
|
4805
|
-
* documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) for more details. This field is deprecated. Please use [speech_contexts]() instead. If you specify
|
|
4806
|
-
* both [phrase_hints]() and [speech_contexts](), Dialogflow will treat the [phrase_hints]() as a single additional [SpeechContext]().
|
|
4808
|
+
* documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) for more details. This field is deprecated. Please use [`speech_contexts`]() instead. If you specify
|
|
4809
|
+
* both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will treat the [`phrase_hints`]() as a single additional [`SpeechContext`]().
|
|
4807
4810
|
*/
|
|
4808
4811
|
phraseHints?:
|
|
4809
4812
|
string[];
|
|
@@ -5689,9 +5692,9 @@ declare namespace gapi.client {
|
|
|
5689
5692
|
GoogleCloudDialogflowV2Context[];
|
|
5690
5693
|
/**
|
|
5691
5694
|
* The collection of extracted parameters. Depending on your protocol or client library language, this is a map, associative array, symbol table, dictionary, or JSON object composed of
|
|
5692
|
-
* a collection of (MapKey, MapValue) pairs:
|
|
5693
|
-
* depending on parameter value type, could be one of string, number, boolean, null, list or map
|
|
5694
|
-
* composite entity property names to property values
|
|
5695
|
+
* a collection of (MapKey, MapValue) pairs: * MapKey type: string * MapKey value: parameter name * MapValue type: If parameter's entity type is a composite entity then use map,
|
|
5696
|
+
* otherwise, depending on the parameter value type, it could be one of string, number, boolean, null, list or map. * MapValue value: If parameter's entity type is a composite entity
|
|
5697
|
+
* then use map from composite entity property names to property values, otherwise, use parameter value.
|
|
5695
5698
|
*/
|
|
5696
5699
|
parameters?:
|
|
5697
5700
|
{ [P in string]: any };
|
|
@@ -6097,9 +6100,9 @@ declare namespace gapi.client {
|
|
|
6097
6100
|
}
|
|
6098
6101
|
interface GoogleCloudDialogflowV2ValidationError {
|
|
6099
6102
|
/**
|
|
6100
|
-
* The names of the entries that the error is associated with. Format: -
|
|
6101
|
-
* is associated with certain intents. -
|
|
6102
|
-
*
|
|
6103
|
+
* The names of the entries that the error is associated with. Format: - `projects//agent`, if the error is associated with the entire agent. - `projects//agent/intents/`, if the error
|
|
6104
|
+
* is associated with certain intents. - `projects//agent/intents//trainingPhrases/`, if the error is associated with certain intent training phrases. -
|
|
6105
|
+
* `projects//agent/intents//parameters/`, if the error is associated with certain intent parameters. - `projects//agent/entities/`, if the error is associated with certain entities.
|
|
6103
6106
|
*/
|
|
6104
6107
|
entries?:
|
|
6105
6108
|
string[];
|
|
@@ -7441,7 +7444,7 @@ declare namespace gapi.client {
|
|
|
7441
7444
|
string;
|
|
7442
7445
|
/**
|
|
7443
7446
|
* Required. The unique identifier of the context. Format: `projects//agent/sessions//contexts/`, or `projects//agent/environments//users//sessions//contexts/`. The `Context ID` is
|
|
7444
|
-
* always converted to lowercase, may only contain characters in a-zA-Z0-9_
|
|
7447
|
+
* always converted to lowercase, may only contain characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. If `Environment ID` is not specified, we assume default 'draft'
|
|
7445
7448
|
* environment. If `User ID` is not specified, we assume default '-' user. The following context names are reserved for internal use by Dialogflow. You should not use these
|
|
7446
7449
|
* contexts or create contexts with these names: * `__system_counters__` * `*_id_dialog_context` * `*_dialog_params_size`
|
|
7447
7450
|
*/
|
|
@@ -7490,7 +7493,7 @@ declare namespace gapi.client {
|
|
|
7490
7493
|
string;
|
|
7491
7494
|
/**
|
|
7492
7495
|
* Required. The unique identifier of the context. Format: `projects//agent/sessions//contexts/`, or `projects//agent/environments//users//sessions//contexts/`. The `Context ID` is
|
|
7493
|
-
* always converted to lowercase, may only contain characters in a-zA-Z0-9_
|
|
7496
|
+
* always converted to lowercase, may only contain characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. If `Environment ID` is not specified, we assume default 'draft'
|
|
7494
7497
|
* environment. If `User ID` is not specified, we assume default '-' user. The following context names are reserved for internal use by Dialogflow. You should not use these
|
|
7495
7498
|
* contexts or create contexts with these names: * `__system_counters__` * `*_id_dialog_context` * `*_dialog_params_size`
|
|
7496
7499
|
*/
|
|
@@ -9858,7 +9861,7 @@ declare namespace gapi.client {
|
|
|
9858
9861
|
string;
|
|
9859
9862
|
/**
|
|
9860
9863
|
* Required. The unique identifier of the context. Format: `projects//agent/sessions//contexts/`, or `projects//agent/environments//users//sessions//contexts/`. The `Context ID` is
|
|
9861
|
-
* always converted to lowercase, may only contain characters in a-zA-Z0-9_
|
|
9864
|
+
* always converted to lowercase, may only contain characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. If `Environment ID` is not specified, we assume default 'draft'
|
|
9862
9865
|
* environment. If `User ID` is not specified, we assume default '-' user. The following context names are reserved for internal use by Dialogflow. You should not use these
|
|
9863
9866
|
* contexts or create contexts with these names: * `__system_counters__` * `*_id_dialog_context` * `*_dialog_params_size`
|
|
9864
9867
|
*/
|
|
@@ -9907,7 +9910,7 @@ declare namespace gapi.client {
|
|
|
9907
9910
|
string;
|
|
9908
9911
|
/**
|
|
9909
9912
|
* Required. The unique identifier of the context. Format: `projects//agent/sessions//contexts/`, or `projects//agent/environments//users//sessions//contexts/`. The `Context ID` is
|
|
9910
|
-
* always converted to lowercase, may only contain characters in a-zA-Z0-9_
|
|
9913
|
+
* always converted to lowercase, may only contain characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. If `Environment ID` is not specified, we assume default 'draft'
|
|
9911
9914
|
* environment. If `User ID` is not specified, we assume default '-' user. The following context names are reserved for internal use by Dialogflow. You should not use these
|
|
9912
9915
|
* contexts or create contexts with these names: * `__system_counters__` * `*_id_dialog_context` * `*_dialog_params_size`
|
|
9913
9916
|
*/
|
|
@@ -13381,7 +13384,7 @@ declare namespace gapi.client {
|
|
|
13381
13384
|
string;
|
|
13382
13385
|
/**
|
|
13383
13386
|
* 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
|
|
13384
|
-
* conversation ID must be compliant with the regression fomula
|
|
13387
|
+
* conversation ID must be compliant with the regression fomula `a-zA-Z*` with the characters length in range of [3,64]. If the field is provided, the caller is resposible for 1.
|
|
13385
13388
|
* 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.
|
|
13386
13389
|
*/
|
|
13387
13390
|
conversationId?:
|
|
@@ -13429,7 +13432,7 @@ declare namespace gapi.client {
|
|
|
13429
13432
|
string;
|
|
13430
13433
|
/**
|
|
13431
13434
|
* 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
|
|
13432
|
-
* conversation ID must be compliant with the regression fomula
|
|
13435
|
+
* conversation ID must be compliant with the regression fomula `a-zA-Z*` with the characters length in range of [3,64]. If the field is provided, the caller is resposible for 1.
|
|
13433
13436
|
* 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.
|
|
13434
13437
|
*/
|
|
13435
13438
|
conversationId?:
|
|
@@ -15511,7 +15514,7 @@ declare namespace gapi.client {
|
|
|
15511
15514
|
string;
|
|
15512
15515
|
/**
|
|
15513
15516
|
* Required. The unique identifier of the context. Format: `projects//agent/sessions//contexts/`, or `projects//agent/environments//users//sessions//contexts/`. The `Context ID` is
|
|
15514
|
-
* always converted to lowercase, may only contain characters in a-zA-Z0-9_
|
|
15517
|
+
* always converted to lowercase, may only contain characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. If `Environment ID` is not specified, we assume default 'draft'
|
|
15515
15518
|
* environment. If `User ID` is not specified, we assume default '-' user. The following context names are reserved for internal use by Dialogflow. You should not use these
|
|
15516
15519
|
* contexts or create contexts with these names: * `__system_counters__` * `*_id_dialog_context` * `*_dialog_params_size`
|
|
15517
15520
|
*/
|
|
@@ -15560,7 +15563,7 @@ declare namespace gapi.client {
|
|
|
15560
15563
|
string;
|
|
15561
15564
|
/**
|
|
15562
15565
|
* Required. The unique identifier of the context. Format: `projects//agent/sessions//contexts/`, or `projects//agent/environments//users//sessions//contexts/`. The `Context ID` is
|
|
15563
|
-
* always converted to lowercase, may only contain characters in a-zA-Z0-9_
|
|
15566
|
+
* always converted to lowercase, may only contain characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. If `Environment ID` is not specified, we assume default 'draft'
|
|
15564
15567
|
* environment. If `User ID` is not specified, we assume default '-' user. The following context names are reserved for internal use by Dialogflow. You should not use these
|
|
15565
15568
|
* contexts or create contexts with these names: * `__system_counters__` * `*_id_dialog_context` * `*_dialog_params_size`
|
|
15566
15569
|
*/
|
|
@@ -17224,7 +17227,7 @@ declare namespace gapi.client {
|
|
|
17224
17227
|
string;
|
|
17225
17228
|
/**
|
|
17226
17229
|
* Required. The unique identifier of the context. Format: `projects//agent/sessions//contexts/`, or `projects//agent/environments//users//sessions//contexts/`. The `Context ID` is
|
|
17227
|
-
* always converted to lowercase, may only contain characters in a-zA-Z0-9_
|
|
17230
|
+
* always converted to lowercase, may only contain characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. If `Environment ID` is not specified, we assume default 'draft'
|
|
17228
17231
|
* environment. If `User ID` is not specified, we assume default '-' user. The following context names are reserved for internal use by Dialogflow. You should not use these
|
|
17229
17232
|
* contexts or create contexts with these names: * `__system_counters__` * `*_id_dialog_context` * `*_dialog_params_size`
|
|
17230
17233
|
*/
|
|
@@ -17273,7 +17276,7 @@ declare namespace gapi.client {
|
|
|
17273
17276
|
string;
|
|
17274
17277
|
/**
|
|
17275
17278
|
* Required. The unique identifier of the context. Format: `projects//agent/sessions//contexts/`, or `projects//agent/environments//users//sessions//contexts/`. The `Context ID` is
|
|
17276
|
-
* always converted to lowercase, may only contain characters in a-zA-Z0-9_
|
|
17279
|
+
* always converted to lowercase, may only contain characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. If `Environment ID` is not specified, we assume default 'draft'
|
|
17277
17280
|
* environment. If `User ID` is not specified, we assume default '-' user. The following context names are reserved for internal use by Dialogflow. You should not use these
|
|
17278
17281
|
* contexts or create contexts with these names: * `__system_counters__` * `*_id_dialog_context` * `*_dialog_params_size`
|
|
17279
17282
|
*/
|
|
@@ -20953,7 +20956,7 @@ declare namespace gapi.client {
|
|
|
20953
20956
|
string;
|
|
20954
20957
|
/**
|
|
20955
20958
|
* 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
|
|
20956
|
-
* conversation ID must be compliant with the regression fomula
|
|
20959
|
+
* conversation ID must be compliant with the regression fomula `a-zA-Z*` with the characters length in range of [3,64]. If the field is provided, the caller is resposible for 1.
|
|
20957
20960
|
* 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.
|
|
20958
20961
|
*/
|
|
20959
20962
|
conversationId?:
|
|
@@ -21001,7 +21004,7 @@ declare namespace gapi.client {
|
|
|
21001
21004
|
string;
|
|
21002
21005
|
/**
|
|
21003
21006
|
* 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
|
|
21004
|
-
* conversation ID must be compliant with the regression fomula
|
|
21007
|
+
* conversation ID must be compliant with the regression fomula `a-zA-Z*` with the characters length in range of [3,64]. If the field is provided, the caller is resposible for 1.
|
|
21005
21008
|
* 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.
|
|
21006
21009
|
*/
|
|
21007
21010
|
conversationId?:
|
package/package.json
CHANGED
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:
|
|
6
|
+
// Revision: 20230711
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|