@maxim_mazurok/gapi.client.dialogflow-v2 0.0.20240113 → 0.0.20240131
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 +4 -4
- 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: 20240131
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -388,7 +388,7 @@ declare namespace gapi.client {
|
|
|
388
388
|
model?: string;
|
|
389
389
|
/** Optional. Which variant of the Speech model to use. */
|
|
390
390
|
modelVariant?: string;
|
|
391
|
-
/** If `true`, the request will opt out for STT conformer model migration. This field will be deprecated once force migration takes place in June 2024. */
|
|
391
|
+
/** If `true`, the request will opt out for STT conformer model migration. This field will be deprecated once force migration takes place in June 2024. Please refer to [Dialogflow CX Speech model migration](https://cloud.google.com/dialogflow/cx/docs/concept/speech-model-migration). */
|
|
392
392
|
optOutConformerModelMigration?: boolean;
|
|
393
393
|
/** Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See [the Cloud Speech documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) for more details. */
|
|
394
394
|
phraseHints?: string[];
|
|
@@ -1110,7 +1110,7 @@ declare namespace gapi.client {
|
|
|
1110
1110
|
model?: string;
|
|
1111
1111
|
/** Optional. Which variant of the Speech model to use. */
|
|
1112
1112
|
modelVariant?: string;
|
|
1113
|
-
/** If `true`, the request will opt out for STT conformer model migration. This field will be deprecated once force migration takes place in June 2024. */
|
|
1113
|
+
/** If `true`, the request will opt out for STT conformer model migration. This field will be deprecated once force migration takes place in June 2024. Please refer to [Dialogflow CX Speech model migration](https://cloud.google.com/dialogflow/cx/docs/concept/speech-model-migration). */
|
|
1114
1114
|
optOutConformerModelMigration?: boolean;
|
|
1115
1115
|
/** Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See [the Cloud Speech documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) for more details. */
|
|
1116
1116
|
phraseHints?: string[];
|
|
@@ -3147,7 +3147,7 @@ declare namespace gapi.client {
|
|
|
3147
3147
|
model?: string;
|
|
3148
3148
|
/** Which variant of the Speech model to use. */
|
|
3149
3149
|
modelVariant?: string;
|
|
3150
|
-
/** If `true`, the request will opt out for STT conformer model migration. This field will be deprecated once force migration takes place in June 2024. */
|
|
3150
|
+
/** If `true`, the request will opt out for STT conformer model migration. This field will be deprecated once force migration takes place in June 2024. Please refer to [Dialogflow ES Speech model migration](https://cloud.google.com/dialogflow/es/docs/speech-model-migration). */
|
|
3151
3151
|
optOutConformerModelMigration?: boolean;
|
|
3152
3152
|
/** A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See [the Cloud Speech documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) for more details. This field is deprecated. Please use [`speech_contexts`]() instead. If you specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will treat the [`phrase_hints`]() as a single additional [`SpeechContext`](). */
|
|
3153
3153
|
phraseHints?: string[];
|