@maxim_mazurok/gapi.client.dialogflow-v2 0.0.20240721 → 0.0.20240731
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 +11 -13
- 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=v2
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240731
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -51,7 +51,7 @@ declare namespace gapi.client {
|
|
|
51
51
|
enableConsentBasedRedaction?: boolean;
|
|
52
52
|
/** Enables DF Interaction logging. */
|
|
53
53
|
enableInteractionLogging?: boolean;
|
|
54
|
-
/** Enables
|
|
54
|
+
/** Enables Google Cloud Logging. */
|
|
55
55
|
enableStackdriverLogging?: boolean;
|
|
56
56
|
}
|
|
57
57
|
interface GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings {
|
|
@@ -111,7 +111,7 @@ declare namespace gapi.client {
|
|
|
111
111
|
enableConsentBasedRedaction?: boolean;
|
|
112
112
|
/** Enables DF Interaction logging. */
|
|
113
113
|
enableInteractionLogging?: boolean;
|
|
114
|
-
/** Enables
|
|
114
|
+
/** Enables Google Cloud Logging. */
|
|
115
115
|
enableStackdriverLogging?: boolean;
|
|
116
116
|
}
|
|
117
117
|
interface GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings {
|
|
@@ -213,7 +213,7 @@ declare namespace gapi.client {
|
|
|
213
213
|
testErrors?: GoogleCloudDialogflowCxV3beta1TestError[];
|
|
214
214
|
}
|
|
215
215
|
interface GoogleCloudDialogflowCxV3beta1DeployFlowResponse {
|
|
216
|
-
/** The name of the flow version deployment. Format: `projects//locations//agents//
|
|
216
|
+
/** The name of the flow version deployment. Format: `projects//locations//agents//environments//deployments/`. */
|
|
217
217
|
deployment?: string;
|
|
218
218
|
/** The updated environment where the flow is deployed. */
|
|
219
219
|
environment?: GoogleCloudDialogflowCxV3beta1Environment;
|
|
@@ -245,7 +245,7 @@ declare namespace gapi.client {
|
|
|
245
245
|
enableContinuousRun?: boolean;
|
|
246
246
|
/** Whether to run test cases in TestCasesConfig.test_cases before deploying a flow version to the environment. Default false. */
|
|
247
247
|
enablePredeploymentRun?: boolean;
|
|
248
|
-
/** A list of test case names to run. They should be under the same agent. Format of each test case name: `projects//locations
|
|
248
|
+
/** A list of test case names to run. They should be under the same agent. Format of each test case name: `projects//locations//agents//testCases/` */
|
|
249
249
|
testCases?: string[];
|
|
250
250
|
}
|
|
251
251
|
interface GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig {
|
|
@@ -685,7 +685,7 @@ declare namespace gapi.client {
|
|
|
685
685
|
displayName?: string;
|
|
686
686
|
/** The latest test result. */
|
|
687
687
|
lastTestResult?: GoogleCloudDialogflowCxV3beta1TestCaseResult;
|
|
688
|
-
/** The unique identifier of the test case. TestCases.CreateTestCase will populate the name automatically. Otherwise use format: `projects//locations//agents
|
|
688
|
+
/** The unique identifier of the test case. TestCases.CreateTestCase will populate the name automatically. Otherwise use format: `projects//locations//agents//testCases/`. */
|
|
689
689
|
name?: string;
|
|
690
690
|
/** Additional freeform notes about the test case. Limit of 400 characters. */
|
|
691
691
|
notes?: string;
|
|
@@ -707,7 +707,7 @@ declare namespace gapi.client {
|
|
|
707
707
|
conversationTurns?: GoogleCloudDialogflowCxV3beta1ConversationTurn[];
|
|
708
708
|
/** Environment where the test was run. If not set, it indicates the draft environment. */
|
|
709
709
|
environment?: string;
|
|
710
|
-
/** The resource name for the test case result. Format: `projects//locations//agents//testCases
|
|
710
|
+
/** The resource name for the test case result. Format: `projects//locations//agents//testCases//results/`. */
|
|
711
711
|
name?: string;
|
|
712
712
|
/** Whether the test case passed in the agent environment. */
|
|
713
713
|
testResult?: string;
|
|
@@ -1007,7 +1007,7 @@ declare namespace gapi.client {
|
|
|
1007
1007
|
testErrors?: GoogleCloudDialogflowCxV3TestError[];
|
|
1008
1008
|
}
|
|
1009
1009
|
interface GoogleCloudDialogflowCxV3DeployFlowResponse {
|
|
1010
|
-
/** The name of the flow version Deployment. Format: `projects//locations//agents//
|
|
1010
|
+
/** The name of the flow version Deployment. Format: `projects//locations//agents//environments//deployments/`. */
|
|
1011
1011
|
deployment?: string;
|
|
1012
1012
|
/** The updated environment where the flow is deployed. */
|
|
1013
1013
|
environment?: GoogleCloudDialogflowCxV3Environment;
|
|
@@ -1039,7 +1039,7 @@ declare namespace gapi.client {
|
|
|
1039
1039
|
enableContinuousRun?: boolean;
|
|
1040
1040
|
/** Whether to run test cases in TestCasesConfig.test_cases before deploying a flow version to the environment. Default false. */
|
|
1041
1041
|
enablePredeploymentRun?: boolean;
|
|
1042
|
-
/** A list of test case names to run. They should be under the same agent. Format of each test case name: `projects//locations
|
|
1042
|
+
/** A list of test case names to run. They should be under the same agent. Format of each test case name: `projects//locations//agents//testCases/` */
|
|
1043
1043
|
testCases?: string[];
|
|
1044
1044
|
}
|
|
1045
1045
|
interface GoogleCloudDialogflowCxV3EnvironmentVersionConfig {
|
|
@@ -1477,7 +1477,7 @@ declare namespace gapi.client {
|
|
|
1477
1477
|
displayName?: string;
|
|
1478
1478
|
/** The latest test result. */
|
|
1479
1479
|
lastTestResult?: GoogleCloudDialogflowCxV3TestCaseResult;
|
|
1480
|
-
/** The unique identifier of the test case. TestCases.CreateTestCase will populate the name automatically. Otherwise use format: `projects//locations//agents
|
|
1480
|
+
/** The unique identifier of the test case. TestCases.CreateTestCase will populate the name automatically. Otherwise use format: `projects//locations//agents//testCases/`. */
|
|
1481
1481
|
name?: string;
|
|
1482
1482
|
/** Additional freeform notes about the test case. Limit of 400 characters. */
|
|
1483
1483
|
notes?: string;
|
|
@@ -1499,7 +1499,7 @@ declare namespace gapi.client {
|
|
|
1499
1499
|
conversationTurns?: GoogleCloudDialogflowCxV3ConversationTurn[];
|
|
1500
1500
|
/** Environment where the test was run. If not set, it indicates the draft environment. */
|
|
1501
1501
|
environment?: string;
|
|
1502
|
-
/** The resource name for the test case result. Format: `projects//locations//agents//testCases
|
|
1502
|
+
/** The resource name for the test case result. Format: `projects//locations//agents//testCases//results/`. */
|
|
1503
1503
|
name?: string;
|
|
1504
1504
|
/** Whether the test case passed in the agent environment. */
|
|
1505
1505
|
testResult?: string;
|
|
@@ -4258,8 +4258,6 @@ declare namespace gapi.client {
|
|
|
4258
4258
|
phrases?: string[];
|
|
4259
4259
|
}
|
|
4260
4260
|
interface GoogleCloudDialogflowV2SpeechToTextConfig {
|
|
4261
|
-
/** Defines the list of other language codes in addition to the one provided by the conversation profile that may be detected as the language code for the utterances over the conversation. See [Language Support](https://cloud.google.com/dialogflow/docs/reference/language) for a list of the currently supported language codes. */
|
|
4262
|
-
alternativeLanguageCodes?: string[];
|
|
4263
4261
|
/** Audio encoding of the audio content to process. */
|
|
4264
4262
|
audioEncoding?: string;
|
|
4265
4263
|
/** If `true`, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information. */
|