Skip to content

Commit 5352f42

Browse files
fix(dialogflow): update the API
#### dialogflow:v3beta1 The following keys were changed: - schemas.GoogleCloudDialogflowCxV3beta1NluSettings.properties.classificationThreshold.description #### dialogflow:v3 The following keys were changed: - schemas.GoogleCloudDialogflowCxV3NluSettings.properties.classificationThreshold.description
1 parent c7c3605 commit 5352f42

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

discovery/dialogflow-v3.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4453,7 +4453,7 @@
44534453
}
44544454
}
44554455
},
4456-
"revision": "20240828",
4456+
"revision": "20240903",
44574457
"rootUrl": "https://dialogflow.googleapis.com/",
44584458
"schemas": {
44594459
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -7989,7 +7989,7 @@
79897989
"id": "GoogleCloudDialogflowCxV3NluSettings",
79907990
"properties": {
79917991
"classificationThreshold": {
7992-
"description": "To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.",
7992+
"description": "To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used. You can set a separate classification threshold for the flow in each language enabled for the agent.",
79937993
"format": "float",
79947994
"type": "number"
79957995
},

discovery/dialogflow-v3beta1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5185,7 +5185,7 @@
51855185
}
51865186
}
51875187
},
5188-
"revision": "20240828",
5188+
"revision": "20240903",
51895189
"rootUrl": "https://dialogflow.googleapis.com/",
51905190
"schemas": {
51915191
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -11653,7 +11653,7 @@
1165311653
"id": "GoogleCloudDialogflowCxV3beta1NluSettings",
1165411654
"properties": {
1165511655
"classificationThreshold": {
11656-
"description": "To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.",
11656+
"description": "To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used. You can set a separate classification threshold for the flow in each language enabled for the agent.",
1165711657
"format": "float",
1165811658
"type": "number"
1165911659
},

src/apis/dialogflow/v3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4450,7 +4450,7 @@ export namespace dialogflow_v3 {
44504450
*/
44514451
export interface Schema$GoogleCloudDialogflowCxV3NluSettings {
44524452
/**
4453-
* To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
4453+
* To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used. You can set a separate classification threshold for the flow in each language enabled for the agent.
44544454
*/
44554455
classificationThreshold?: number | null;
44564456
/**

src/apis/dialogflow/v3beta1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3258,7 +3258,7 @@ export namespace dialogflow_v3beta1 {
32583258
*/
32593259
export interface Schema$GoogleCloudDialogflowCxV3beta1NluSettings {
32603260
/**
3261-
* To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used.
3261+
* To filter out false positive results and still get variety in matched natural language inputs for your agent, you can tune the machine learning classification threshold. If the returned score value is less than the threshold value, then a no-match event will be triggered. The score values range from 0.0 (completely uncertain) to 1.0 (completely certain). If set to 0.0, the default of 0.3 is used. You can set a separate classification threshold for the flow in each language enabled for the agent.
32623262
*/
32633263
classificationThreshold?: number | null;
32643264
/**

0 commit comments

Comments
 (0)