@maxim_mazurok/gapi.client.dialogflow-v2beta1 0.0.20250622 → 0.0.20250625
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 +3 -1
- 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:
|
|
12
|
+
// Revision: 20250625
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -4096,6 +4096,8 @@ 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;
|
|
4099
4101
|
/** 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. */
|
|
4100
4102
|
ssmlGender?: string;
|
|
4101
4103
|
}
|