@maxim_mazurok/gapi.client.dialogflow-v2beta1 0.0.20250625 → 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 -5
  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: 20250625
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;
@@ -4096,8 +4096,6 @@ declare namespace gapi.client {
4096
4096
  interface GoogleCloudDialogflowV2beta1VoiceSelectionParams {
4097
4097
  /** Optional. The name of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and ssml_gender. For the list of available voices, please refer to [Supported voices and languages](https://cloud.google.com/text-to-speech/docs/voices). */
4098
4098
  name?: string;
4099
- /** Optional. The name of the second voice (non-English) if language detection is supported. */
4100
- secondLanguageModel?: string;
4101
4099
  /** Optional. The preferred gender of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and name. Note that this is only a preference, not requirement. If a voice of the appropriate gender is not available, the synthesizer should substitute a voice with a different gender rather than failing the request. */
4102
4100
  ssmlGender?: string;
4103
4101
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dialogflow-v2beta1",
3
- "version": "0.0.20250625",
3
+ "version": "0.0.20250627",
4
4
  "description": "TypeScript typings for Dialogflow API v2beta1",
5
5
  "repository": {
6
6
  "type": "git",