Skip to content

Commit 4b5cb4b

Browse files
yoshi-automationleahecole
authored andcommitted
fix(dialogflow): update the API
#### dialogflow:v3 The following keys were changed: - schemas.GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings.properties.audioExportPattern.description
1 parent 7d05df3 commit 4b5cb4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/dialogflow-v3.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5309,7 +5309,7 @@
53095309
}
53105310
}
53115311
},
5312-
"revision": "20250804",
5312+
"revision": "20250812",
53135313
"rootUrl": "https://dialogflow.googleapis.com/",
53145314
"schemas": {
53155315
"GoogleCloudDialogflowCxV3Action": {
@@ -10800,7 +10800,7 @@
1080010800
"id": "GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings",
1080110801
"properties": {
1080210802
"audioExportPattern": {
10803-
"description": "Filename pattern for exported audio.",
10803+
"description": "Filename pattern for exported audio. {conversation} and {timestamp} are placeholders that will be replaced with the conversation ID and epoch micros of the conversation. For example, \"{conversation}/recording_{timestamp}.mulaw\".",
1080410804
"type": "string"
1080510805
},
1080610806
"audioFormat": {

src/apis/dialogflow/v3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5837,7 +5837,7 @@ export namespace dialogflow_v3 {
58375837
*/
58385838
export interface Schema$GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettings {
58395839
/**
5840-
* Filename pattern for exported audio.
5840+
* Filename pattern for exported audio. {conversation\} and {timestamp\} are placeholders that will be replaced with the conversation ID and epoch micros of the conversation. For example, "{conversation\}/recording_{timestamp\}.mulaw".
58415841
*/
58425842
audioExportPattern?: string | null;
58435843
/**

0 commit comments

Comments
 (0)