Skip to content

Commit 63cfa0c

Browse files
feat(dialogflow): update the API
#### dialogflow:v2beta1 The following keys were changed: - schemas.GoogleCloudDialogflowCxV3InputAudioConfig.properties.audioEncoding.enumDescriptions - schemas.GoogleCloudDialogflowCxV3beta1InputAudioConfig.properties.audioEncoding.enumDescriptions - schemas.GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfo.properties.sdp.description - schemas.GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig.properties.baselineModelVersion.description - schemas.GoogleCloudDialogflowV2beta1InputAudioConfig.properties.audioEncoding.enumDescriptions - schemas.GoogleCloudDialogflowV2beta1OutputAudioConfig.properties.audioEncoding.enumDescriptions - schemas.GoogleCloudDialogflowV2beta1SpeechToTextConfig.properties.audioEncoding.enumDescriptions - schemas.GoogleCloudDialogflowV2beta1TextToSpeechSettings.properties.outputAudioEncoding.enumDescriptions #### dialogflow:v3beta1 The following keys were added: - schemas.GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet.properties.metadata.additionalProperties.description - schemas.GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet.properties.metadata.additionalProperties.type - schemas.GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet.properties.metadata.description - schemas.GoogleCloudDialogflowCxV3beta1DataStoreConnectionSignalsSearchSnippet.properties.metadata.type The following keys were changed: - schemas.GoogleCloudDialogflowCxV3InputAudioConfig.properties.audioEncoding.enumDescriptions - schemas.GoogleCloudDialogflowCxV3beta1InputAudioConfig.properties.audioEncoding.enumDescriptions - schemas.GoogleCloudDialogflowCxV3beta1OutputAudioConfig.properties.audioEncoding.enumDescriptions #### dialogflow:v2 The following keys were changed: - schemas.GoogleCloudDialogflowCxV3InputAudioConfig.properties.audioEncoding.enumDescriptions - schemas.GoogleCloudDialogflowCxV3beta1InputAudioConfig.properties.audioEncoding.enumDescriptions - schemas.GoogleCloudDialogflowV2ConversationTelephonyConnectionInfo.properties.sdp.description - schemas.GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig.properties.baselineModelVersion.description #### dialogflow:v3 The following keys were added: - schemas.GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSearchSnippet.properties.metadata.additionalProperties.description - schemas.GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSearchSnippet.properties.metadata.additionalProperties.type - schemas.GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSearchSnippet.properties.metadata.description - schemas.GoogleCloudDialogflowCxV3DataStoreConnectionSignalsSearchSnippet.properties.metadata.type The following keys were changed: - schemas.GoogleCloudDialogflowCxV3InputAudioConfig.properties.audioEncoding.enumDescriptions - schemas.GoogleCloudDialogflowCxV3OutputAudioConfig.properties.audioEncoding.enumDescriptions - schemas.GoogleCloudDialogflowCxV3beta1InputAudioConfig.properties.audioEncoding.enumDescriptions
1 parent d18cf39 commit 63cfa0c

File tree

9 files changed

+55
-31
lines changed

9 files changed

+55
-31
lines changed

‎discovery/dialogflow-v2.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8805,7 +8805,7 @@
88058805
}
88068806
}
88078807
},
8808-
"revision": "20250617",
8808+
"revision": "20250627",
88098809
"rootUrl": "https://dialogflow.googleapis.com/",
88108810
"schemas": {
88118811
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -9817,7 +9817,7 @@
98179817
],
98189818
"enumDescriptions": [
98199819
"Not specified.",
9820-
"Uncompressed 16-bit signed little-endian samples (Linear PCM).",
9820+
"Uncompressed 16-bit signed little-endian samples (Linear PCM). LINT: LEGACY_NAMES",
98219821
"[`FLAC`](https://xiph.org/flac/documentation.html) (Free Lossless Audio Codec) is the recommended encoding because it is lossless (therefore recognition is not compromised) and requires only about half the bandwidth of `LINEAR16`. `FLAC` stream encoding supports 16-bit and 24-bit samples, however, not all fields in `STREAMINFO` are supported.",
98229822
"8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.",
98239823
"Adaptive Multi-Rate Narrowband codec. `sample_rate_hertz` must be 8000.",
@@ -12263,7 +12263,7 @@
1226312263
],
1226412264
"enumDescriptions": [
1226512265
"Not specified.",
12266-
"Uncompressed 16-bit signed little-endian samples (Linear PCM).",
12266+
"Uncompressed 16-bit signed little-endian samples (Linear PCM). LINT: LEGACY_NAMES",
1226712267
"[`FLAC`](https://xiph.org/flac/documentation.html) (Free Lossless Audio Codec) is the recommended encoding because it is lossless (therefore recognition is not compromised) and requires only about half the bandwidth of `LINEAR16`. `FLAC` stream encoding supports 16-bit and 24-bit samples, however, not all fields in `STREAMINFO` are supported.",
1226812268
"8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.",
1226912269
"Adaptive Multi-Rate Narrowband codec. `sample_rate_hertz` must be 8000.",
@@ -15033,7 +15033,7 @@
1503315033
"type": "array"
1503415034
},
1503515035
"sdp": {
15036-
"description": "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.",
15036+
"description": "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.",
1503715037
"type": "string"
1503815038
},
1503915039
"sipHeaders": {
@@ -16319,7 +16319,7 @@
1631916319
"id": "GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig",
1632016320
"properties": {
1632116321
"baselineModelVersion": {
16322-
"description": "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",
16322+
"description": "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",
1632316323
"type": "string"
1632416324
},
1632516325
"model": {

‎discovery/dialogflow-v2beta1.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8602,7 +8602,7 @@
86028602
}
86038603
}
86048604
},
8605-
"revision": "20250617",
8605+
"revision": "20250627",
86068606
"rootUrl": "https://dialogflow.googleapis.com/",
86078607
"schemas": {
86088608
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -9614,7 +9614,7 @@
96149614
],
96159615
"enumDescriptions": [
96169616
"Not specified.",
9617-
"Uncompressed 16-bit signed little-endian samples (Linear PCM).",
9617+
"Uncompressed 16-bit signed little-endian samples (Linear PCM). LINT: LEGACY_NAMES",
96189618
"[`FLAC`](https://xiph.org/flac/documentation.html) (Free Lossless Audio Codec) is the recommended encoding because it is lossless (therefore recognition is not compromised) and requires only about half the bandwidth of `LINEAR16`. `FLAC` stream encoding supports 16-bit and 24-bit samples, however, not all fields in `STREAMINFO` are supported.",
96199619
"8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.",
96209620
"Adaptive Multi-Rate Narrowband codec. `sample_rate_hertz` must be 8000.",
@@ -12060,7 +12060,7 @@
1206012060
],
1206112061
"enumDescriptions": [
1206212062
"Not specified.",
12063-
"Uncompressed 16-bit signed little-endian samples (Linear PCM).",
12063+
"Uncompressed 16-bit signed little-endian samples (Linear PCM). LINT: LEGACY_NAMES",
1206412064
"[`FLAC`](https://xiph.org/flac/documentation.html) (Free Lossless Audio Codec) is the recommended encoding because it is lossless (therefore recognition is not compromised) and requires only about half the bandwidth of `LINEAR16`. `FLAC` stream encoding supports 16-bit and 24-bit samples, however, not all fields in `STREAMINFO` are supported.",
1206512065
"8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.",
1206612066
"Adaptive Multi-Rate Narrowband codec. `sample_rate_hertz` must be 8000.",
@@ -17472,7 +17472,7 @@
1747217472
"type": "array"
1747317473
},
1747417474
"sdp": {
17475-
"description": "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.",
17475+
"description": "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.",
1747617476
"type": "string"
1747717477
},
1747817478
"sipHeaders": {
@@ -18566,7 +18566,7 @@
1856618566
"id": "GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig",
1856718567
"properties": {
1856818568
"baselineModelVersion": {
18569-
"description": "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",
18569+
"description": "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",
1857018570
"type": "string"
1857118571
},
1857218572
"model": {
@@ -19099,7 +19099,7 @@
1909919099
],
1910019100
"enumDescriptions": [
1910119101
"Not specified.",
19102-
"Uncompressed 16-bit signed little-endian samples (Linear PCM).",
19102+
"Uncompressed 16-bit signed little-endian samples (Linear PCM). LINT: LEGACY_NAMES",
1910319103
"[`FLAC`](https://xiph.org/flac/documentation.html) (Free Lossless Audio Codec) is the recommended encoding because it is lossless (therefore recognition is not compromised) and requires only about half the bandwidth of `LINEAR16`. `FLAC` stream encoding supports 16-bit and 24-bit samples, however, not all fields in `STREAMINFO` are supported.",
1910419104
"8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.",
1910519105
"Adaptive Multi-Rate Narrowband codec. `sample_rate_hertz` must be 8000.",
@@ -21187,9 +21187,9 @@
2118721187
],
2118821188
"enumDescriptions": [
2118921189
"Not specified.",
21190-
"Uncompressed 16-bit signed little-endian samples (Linear PCM). Audio content returned as LINEAR16 also contains a WAV header.",
21190+
"Uncompressed 16-bit signed little-endian samples (Linear PCM). Audio content returned as LINEAR16 also contains a WAV header. LINT: LEGACY_NAMES",
2119121191
"MP3 audio at 32kbps.",
21192-
"MP3 audio at 64kbps.",
21192+
"MP3 audio at 64kbps. LINT: LEGACY_NAMES",
2119321193
"Opus encoded audio wrapped in an ogg container. The result will be a file which can be played natively on Android, and in browsers (at least Chrome and Firefox). The quality of the encoding is considerably higher than MP3 while using approximately the same bitrate.",
2119421194
"8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.",
2119521195
"8-bit samples that compand 13-bit audio samples using G.711 PCMU/a-law."
@@ -22177,7 +22177,7 @@
2217722177
],
2217822178
"enumDescriptions": [
2217922179
"Not specified.",
22180-
"Uncompressed 16-bit signed little-endian samples (Linear PCM).",
22180+
"Uncompressed 16-bit signed little-endian samples (Linear PCM). LINT: LEGACY_NAMES",
2218122181
"[`FLAC`](https://xiph.org/flac/documentation.html) (Free Lossless Audio Codec) is the recommended encoding because it is lossless (therefore recognition is not compromised) and requires only about half the bandwidth of `LINEAR16`. `FLAC` stream encoding supports 16-bit and 24-bit samples, however, not all fields in `STREAMINFO` are supported.",
2218222182
"8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.",
2218322183
"Adaptive Multi-Rate Narrowband codec. `sample_rate_hertz` must be 8000.",
@@ -23041,9 +23041,9 @@
2304123041
],
2304223042
"enumDescriptions": [
2304323043
"Not specified.",
23044-
"Uncompressed 16-bit signed little-endian samples (Linear PCM). Audio content returned as LINEAR16 also contains a WAV header.",
23044+
"Uncompressed 16-bit signed little-endian samples (Linear PCM). Audio content returned as LINEAR16 also contains a WAV header. LINT: LEGACY_NAMES",
2304523045
"MP3 audio at 32kbps.",
23046-
"MP3 audio at 64kbps.",
23046+
"MP3 audio at 64kbps. LINT: LEGACY_NAMES",
2304723047
"Opus encoded audio wrapped in an ogg container. The result will be a file which can be played natively on Android, and in browsers (at least Chrome and Firefox). The quality of the encoding is considerably higher than MP3 while using approximately the same bitrate.",
2304823048
"8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.",
2304923049
"8-bit samples that compand 13-bit audio samples using G.711 PCMU/a-law."

‎discovery/dialogflow-v3.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5309,7 +5309,7 @@
53095309
}
53105310
}
53115311
},
5312-
"revision": "20250617",
5312+
"revision": "20250627",
53135313
"rootUrl": "https://dialogflow.googleapis.com/",
53145314
"schemas": {
53155315
"GoogleCloudDialogflowCxV3Action": {
@@ -6438,6 +6438,14 @@
64386438
"description": "Uri for the document. Present if specified for the document.",
64396439
"type": "string"
64406440
},
6441+
"metadata": {
6442+
"additionalProperties": {
6443+
"description": "Properties of the object.",
6444+
"type": "any"
6445+
},
6446+
"description": "Metadata associated with the document.",
6447+
"type": "object"
6448+
},
64416449
"text": {
64426450
"description": "Text included in the prompt.",
64436451
"type": "string"
@@ -8455,7 +8463,7 @@
84558463
],
84568464
"enumDescriptions": [
84578465
"Not specified.",
8458-
"Uncompressed 16-bit signed little-endian samples (Linear PCM).",
8466+
"Uncompressed 16-bit signed little-endian samples (Linear PCM). LINT: LEGACY_NAMES",
84598467
"[`FLAC`](https://xiph.org/flac/documentation.html) (Free Lossless Audio Codec) is the recommended encoding because it is lossless (therefore recognition is not compromised) and requires only about half the bandwidth of `LINEAR16`. `FLAC` stream encoding supports 16-bit and 24-bit samples, however, not all fields in `STREAMINFO` are supported.",
84608468
"8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.",
84618469
"Adaptive Multi-Rate Narrowband codec. `sample_rate_hertz` must be 8000.",
@@ -9349,9 +9357,9 @@
93499357
],
93509358
"enumDescriptions": [
93519359
"Not specified.",
9352-
"Uncompressed 16-bit signed little-endian samples (Linear PCM). Audio content returned as LINEAR16 also contains a WAV header.",
9360+
"Uncompressed 16-bit signed little-endian samples (Linear PCM). Audio content returned as LINEAR16 also contains a WAV header. LINT: LEGACY_NAMES",
93539361
"MP3 audio at 32kbps.",
9354-
"MP3 audio at 64kbps.",
9362+
"MP3 audio at 64kbps. LINT: LEGACY_NAMES",
93559363
"Opus encoded audio wrapped in an ogg container. The result will be a file which can be played natively on Android, and in browsers (at least Chrome and Firefox). The quality of the encoding is considerably higher than MP3 while using approximately the same bitrate.",
93569364
"8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.",
93579365
"8-bit samples that compand 13-bit audio samples using G.711 PCMU/a-law."
@@ -13356,7 +13364,7 @@
1335613364
],
1335713365
"enumDescriptions": [
1335813366
"Not specified.",
13359-
"Uncompressed 16-bit signed little-endian samples (Linear PCM).",
13367+
"Uncompressed 16-bit signed little-endian samples (Linear PCM). LINT: LEGACY_NAMES",
1336013368
"[`FLAC`](https://xiph.org/flac/documentation.html) (Free Lossless Audio Codec) is the recommended encoding because it is lossless (therefore recognition is not compromised) and requires only about half the bandwidth of `LINEAR16`. `FLAC` stream encoding supports 16-bit and 24-bit samples, however, not all fields in `STREAMINFO` are supported.",
1336113369
"8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.",
1336213370
"Adaptive Multi-Rate Narrowband codec. `sample_rate_hertz` must be 8000.",

‎discovery/dialogflow-v3beta1.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5436,7 +5436,7 @@
54365436
}
54375437
}
54385438
},
5439-
"revision": "20250617",
5439+
"revision": "20250627",
54405440
"rootUrl": "https://dialogflow.googleapis.com/",
54415441
"schemas": {
54425442
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -6448,7 +6448,7 @@
64486448
],
64496449
"enumDescriptions": [
64506450
"Not specified.",
6451-
"Uncompressed 16-bit signed little-endian samples (Linear PCM).",
6451+
"Uncompressed 16-bit signed little-endian samples (Linear PCM). LINT: LEGACY_NAMES",
64526452
"[`FLAC`](https://xiph.org/flac/documentation.html) (Free Lossless Audio Codec) is the recommended encoding because it is lossless (therefore recognition is not compromised) and requires only about half the bandwidth of `LINEAR16`. `FLAC` stream encoding supports 16-bit and 24-bit samples, however, not all fields in `STREAMINFO` are supported.",
64536453
"8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.",
64546454
"Adaptive Multi-Rate Narrowband codec. `sample_rate_hertz` must be 8000.",
@@ -9536,6 +9536,14 @@
95369536
"description": "Uri for the document. Present if specified for the document.",
95379537
"type": "string"
95389538
},
9539+
"metadata": {
9540+
"additionalProperties": {
9541+
"description": "Properties of the object.",
9542+
"type": "any"
9543+
},
9544+
"description": "Metadata associated with the document.",
9545+
"type": "object"
9546+
},
95399547
"text": {
95409548
"description": "Text included in the prompt.",
95419549
"type": "string"
@@ -11705,7 +11713,7 @@
1170511713
],
1170611714
"enumDescriptions": [
1170711715
"Not specified.",
11708-
"Uncompressed 16-bit signed little-endian samples (Linear PCM).",
11716+
"Uncompressed 16-bit signed little-endian samples (Linear PCM). LINT: LEGACY_NAMES",
1170911717
"[`FLAC`](https://xiph.org/flac/documentation.html) (Free Lossless Audio Codec) is the recommended encoding because it is lossless (therefore recognition is not compromised) and requires only about half the bandwidth of `LINEAR16`. `FLAC` stream encoding supports 16-bit and 24-bit samples, however, not all fields in `STREAMINFO` are supported.",
1171011718
"8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.",
1171111719
"Adaptive Multi-Rate Narrowband codec. `sample_rate_hertz` must be 8000.",
@@ -12725,9 +12733,9 @@
1272512733
],
1272612734
"enumDescriptions": [
1272712735
"Not specified.",
12728-
"Uncompressed 16-bit signed little-endian samples (Linear PCM). Audio content returned as LINEAR16 also contains a WAV header.",
12736+
"Uncompressed 16-bit signed little-endian samples (Linear PCM). Audio content returned as LINEAR16 also contains a WAV header. LINT: LEGACY_NAMES",
1272912737
"MP3 audio at 32kbps.",
12730-
"MP3 audio at 64kbps.",
12738+
"MP3 audio at 64kbps. LINT: LEGACY_NAMES",
1273112739
"Opus encoded audio wrapped in an ogg container. The result will be a file which can be played natively on Android, and in browsers (at least Chrome and Firefox). The quality of the encoding is considerably higher than MP3 while using approximately the same bitrate.",
1273212740
"8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law.",
1273312741
"8-bit samples that compand 13-bit audio samples using G.711 PCMU/a-law."

‎src/apis/dialogflow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"webpack": "webpack"
2929
},
3030
"dependencies": {
31-
"googleapis-common": "^8.0.0"
31+
"googleapis-common": "^8.0.2-rc.0"
3232
},
3333
"devDependencies": {
3434
"@microsoft/api-documenter": "^7.8.10",

‎src/apis/dialogflow/v2.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6698,7 +6698,7 @@ export namespace dialogflow_v2 {
66986698
*/
66996699
extraMimeContents?: Schema$GoogleCloudDialogflowV2ConversationTelephonyConnectionInfoMimeContent[];
67006700
/**
6701-
* 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.
6701+
* 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.
67026702
*/
67036703
sdp?: string | null;
67046704
/**
@@ -7617,7 +7617,7 @@ export namespace dialogflow_v2 {
76177617
*/
76187618
export interface Schema$GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig {
76197619
/**
7620-
* 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
7620+
* 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
76217621
*/
76227622
baselineModelVersion?: string | null;
76237623
/**

‎src/apis/dialogflow/v2beta1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4718,7 +4718,7 @@ export namespace dialogflow_v2beta1 {
47184718
*/
47194719
extraMimeContents?: Schema$GoogleCloudDialogflowV2beta1ConversationTelephonyConnectionInfoMimeContent[];
47204720
/**
4721-
* 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.
4721+
* 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.
47224722
*/
47234723
sdp?: string | null;
47244724
/**
@@ -5507,7 +5507,7 @@ export namespace dialogflow_v2beta1 {
55075507
*/
55085508
export interface Schema$GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigConversationModelConfig {
55095509
/**
5510-
* 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
5510+
* 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
55115511
*/
55125512
baselineModelVersion?: string | null;
55135513
/**

‎src/apis/dialogflow/v3.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2770,6 +2770,10 @@ export namespace dialogflow_v3 {
27702770
* Uri for the document. Present if specified for the document.
27712771
*/
27722772
documentUri?: string | null;
2773+
/**
2774+
* Metadata associated with the document.
2775+
*/
2776+
metadata?: {[key: string]: any} | null;
27732777
/**
27742778
* Text included in the prompt.
27752779
*/

‎src/apis/dialogflow/v3beta1.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1495,6 +1495,10 @@ export namespace dialogflow_v3beta1 {
14951495
* Uri for the document. Present if specified for the document.
14961496
*/
14971497
documentUri?: string | null;
1498+
/**
1499+
* Metadata associated with the document.
1500+
*/
1501+
metadata?: {[key: string]: any} | null;
14981502
/**
14991503
* Text included in the prompt.
15001504
*/

0 commit comments

Comments
 (0)