@maxim_mazurok/gapi.client.dialogflow-v2beta1 0.0.20250622 → 0.0.20250627

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 +3 -3
  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: 20250622
12
+ // Revision: 20250627
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -2186,7 +2186,7 @@ declare namespace gapi.client {
2186
2186
  dialedNumber?: string;
2187
2187
  /** Output only. The mime content from the initial SIP INVITE. */
2188
2188
  extraMimeContents?: GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent[];
2189
- /** Optional. SDP of the call. It's initially the SDP answer to the endpoint, but maybe later updated for the purpose of making the link active, etc. */
2189
+ /** Optional. SDP of the call. It's initially the SDP answer to the incoming call, but maybe later updated for the purpose of making the link active, etc. */
2190
2190
  sdp?: string;
2191
2191
  /** Output only. The SIP headers from the initial SIP INVITE. */
2192
2192
  sipHeaders?: GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoSipHeader[];
@@ -2558,7 +2558,7 @@ declare namespace gapi.client {
2558
2558
  notificationConfig?: GoogleCloudDialogflowV2beta1NotificationConfig;
2559
2559
  }
2560
2560
  interface GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig {
2561
- /** Version of current baseline model. It will be ignored if model is set. Valid versions are: Article Suggestion baseline model: - 0.9 - 1.0 (default) Summarization baseline model: - 1.0 */
2561
+ /** Version of current baseline model. It will be ignored if model is set. Valid versions are: - Article Suggestion baseline model: - 0.9 - 1.0 (default) - Summarization baseline model: - 1.0 */
2562
2562
  baselineModelVersion?: string;
2563
2563
  /** Conversation model resource name. Format: `projects//conversationModels/`. */
2564
2564
  model?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dialogflow-v2beta1",
3
- "version": "0.0.20250622",
3
+ "version": "0.0.20250627",
4
4
  "description": "TypeScript typings for Dialogflow API v2beta1",
5
5
  "repository": {
6
6
  "type": "git",