@maxim_mazurok/gapi.client.dialogflow-v2 0.0.20240213 → 0.0.20240219
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 +1 -17
- 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: 20240219
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -534,8 +534,6 @@ declare namespace gapi.client {
|
|
|
534
534
|
languageCode?: string;
|
|
535
535
|
/** The natural language text to be processed. */
|
|
536
536
|
text?: GoogleCloudDialogflowCxV3beta1TextInput;
|
|
537
|
-
/** The results of a tool executed by the client. */
|
|
538
|
-
toolCallResult?: GoogleCloudDialogflowCxV3beta1ToolCallResult;
|
|
539
537
|
}
|
|
540
538
|
interface GoogleCloudDialogflowCxV3beta1ReloadDocumentOperationMetadata {
|
|
541
539
|
/** The generic information of the operation. */
|
|
@@ -692,20 +690,6 @@ declare namespace gapi.client {
|
|
|
692
690
|
/** Required. The UTF-8 encoded natural language text to be processed. */
|
|
693
691
|
text?: string;
|
|
694
692
|
}
|
|
695
|
-
interface GoogleCloudDialogflowCxV3beta1ToolCallResult {
|
|
696
|
-
/** Required. The name of the tool's action associated with this call. */
|
|
697
|
-
action?: string;
|
|
698
|
-
/** The tool call's error. */
|
|
699
|
-
error?: GoogleCloudDialogflowCxV3beta1ToolCallResultError;
|
|
700
|
-
/** The tool call's output parameters. */
|
|
701
|
-
outputParameters?: {[P in string]: any};
|
|
702
|
-
/** Required. The tool associated with this call. Format: `projects//locations//agents//tools/`. */
|
|
703
|
-
tool?: string;
|
|
704
|
-
}
|
|
705
|
-
interface GoogleCloudDialogflowCxV3beta1ToolCallResultError {
|
|
706
|
-
/** Optional. The error message of the function. */
|
|
707
|
-
message?: string;
|
|
708
|
-
}
|
|
709
693
|
interface GoogleCloudDialogflowCxV3beta1TransitionRoute {
|
|
710
694
|
/** The condition to evaluate against form parameters or session parameters. See the [conditions reference](https://cloud.google.com/dialogflow/cx/docs/reference/condition). At least one of `intent` or `condition` must be specified. When both `intent` and `condition` are specified, the transition can only happen when both are fulfilled. */
|
|
711
695
|
condition?: string;
|