@maxim_mazurok/gapi.client.dialogflow-v2beta1 0.0.20250606 → 0.0.20250612

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 (2) hide show
  1. package/index.d.ts +9 -9
  2. 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: 20250606
12
+ // Revision: 20250612
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -4018,17 +4018,17 @@ declare namespace gapi.client {
4018
4018
  };
4019
4019
  }
4020
4020
  interface GoogleCloudDialogflowV2beta1ToolCall {
4021
- /** Required. The name of the tool's action associated with this call. */
4021
+ /** Optional. The name of the tool's action associated with this call. */
4022
4022
  action?: string;
4023
4023
  /** Output only. Create time of the tool call. */
4024
4024
  createTime?: string;
4025
4025
  /** Optional. The action's input parameters. */
4026
4026
  inputParameters?: {[P in string]: any};
4027
- /** Required. The tool associated with this call. Format: `projects//locations//tools/`. */
4027
+ /** Optional. The tool associated with this call. Format: `projects//locations//tools/`. */
4028
4028
  tool?: string;
4029
4029
  }
4030
4030
  interface GoogleCloudDialogflowV2beta1ToolCallResult {
4031
- /** Required. The name of the tool's action associated with this call. */
4031
+ /** Optional. The name of the tool's action associated with this call. */
4032
4032
  action?: string;
4033
4033
  /** Only populated if the response content is utf-8 encoded. */
4034
4034
  content?: string;
@@ -4038,7 +4038,7 @@ declare namespace gapi.client {
4038
4038
  error?: GoogleCloudDialogflowV2beta1ToolCallResultError;
4039
4039
  /** Only populated if the response content is not utf-8 encoded. (by definition byte fields are base64 encoded). */
4040
4040
  rawContent?: string;
4041
- /** Required. The tool associated with this call. Format: `projects//locations//tools/`. */
4041
+ /** Optional. The tool associated with this call. Format: `projects//locations//tools/`. */
4042
4042
  tool?: string;
4043
4043
  }
4044
4044
  interface GoogleCloudDialogflowV2beta1ToolCallResultError {
@@ -4873,17 +4873,17 @@ declare namespace gapi.client {
4873
4873
  summary?: string;
4874
4874
  }
4875
4875
  interface GoogleCloudDialogflowV2ToolCall {
4876
- /** Required. The name of the tool's action associated with this call. */
4876
+ /** Optional. The name of the tool's action associated with this call. */
4877
4877
  action?: string;
4878
4878
  /** Output only. Create time of the tool call. */
4879
4879
  createTime?: string;
4880
4880
  /** Optional. The action's input parameters. */
4881
4881
  inputParameters?: {[P in string]: any};
4882
- /** Required. The tool associated with this call. Format: `projects//locations//tools/`. */
4882
+ /** Optional. The tool associated with this call. Format: `projects//locations//tools/`. */
4883
4883
  tool?: string;
4884
4884
  }
4885
4885
  interface GoogleCloudDialogflowV2ToolCallResult {
4886
- /** Required. The name of the tool's action associated with this call. */
4886
+ /** Optional. The name of the tool's action associated with this call. */
4887
4887
  action?: string;
4888
4888
  /** Only populated if the response content is utf-8 encoded. */
4889
4889
  content?: string;
@@ -4893,7 +4893,7 @@ declare namespace gapi.client {
4893
4893
  error?: GoogleCloudDialogflowV2ToolCallResultError;
4894
4894
  /** Only populated if the response content is not utf-8 encoded. (by definition byte fields are base64 encoded). */
4895
4895
  rawContent?: string;
4896
- /** Required. The tool associated with this call. Format: `projects//locations//tools/`. */
4896
+ /** Optional. The tool associated with this call. Format: `projects//locations//tools/`. */
4897
4897
  tool?: string;
4898
4898
  }
4899
4899
  interface GoogleCloudDialogflowV2ToolCallResultError {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dialogflow-v2beta1",
3
- "version": "0.0.20250606",
3
+ "version": "0.0.20250612",
4
4
  "description": "TypeScript typings for Dialogflow API v2beta1",
5
5
  "repository": {
6
6
  "type": "git",