Skip to content

Commit 210a57e

Browse files
feat(dialogflow): update the api
#### dialogflow:v2 The following keys were added: - schemas.GoogleCloudDialogflowV2GenerateStatelessSuggestionRequest.properties.securitySettings.type (Total Keys: 1) #### dialogflow:v2beta1 The following keys were added: - schemas.GoogleCloudDialogflowV2beta1GenerateStatelessSuggestionRequest.properties.securitySettings.type (Total Keys: 1)
1 parent f78db2b commit 210a57e

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

docs/dyn/dialogflow_v2.projects.locations.statelessSuggestion.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ <h3>Method Details</h3>
213213
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update time of this generator.
214214
},
215215
&quot;generatorName&quot;: &quot;A String&quot;, # The resource name of the existing created generator. Format: `projects//locations//generators/`
216+
&quot;securitySettings&quot;: &quot;A String&quot;, # Optional. Name of the CX SecuritySettings which is used to redact generated response. If this field is empty, try to fetch v2 security_settings, which is a project level setting. If this field is empty and no v2 security_settings set up in this project, no redaction will be done. Format: `projects//locations//securitySettings/`.
216217
&quot;triggerEvents&quot;: [ # Optional. A list of trigger events. Generator will be triggered only if it&#x27;s trigger event is included here.
217218
&quot;A String&quot;,
218219
],

docs/dyn/dialogflow_v2beta1.projects.locations.statelessSuggestion.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ <h3>Method Details</h3>
213213
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update time of this generator.
214214
},
215215
&quot;generatorName&quot;: &quot;A String&quot;, # The resource name of the existing created generator. Format: `projects//locations//generators/`
216+
&quot;securitySettings&quot;: &quot;A String&quot;, # Optional. Name of the CX SecuritySettings which is used to redact generated response. If this field is empty, try to fetch v2 security_settings, which is a project level setting. If this field is empty and no v2 security_settings set up in this project, no redaction will be done. Format: `projects//locations//securitySettings/`.
216217
&quot;triggerEvents&quot;: [ # Optional. A list of trigger events. Generator will be triggered only if it&#x27;s trigger event is included here.
217218
&quot;A String&quot;,
218219
],

googleapiclient/discovery_cache/documents/dialogflow.v2.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8805,7 +8805,7 @@
88058805
}
88068806
}
88078807
},
8808-
"revision": "20250422",
8808+
"revision": "20250508",
88098809
"rootUrl": "https://dialogflow.googleapis.com/",
88108810
"schemas": {
88118811
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -15924,6 +15924,10 @@ true
1592415924
"description": "The resource name of the existing created generator. Format: `projects//locations//generators/`",
1592515925
"type": "string"
1592615926
},
15927+
"securitySettings": {
15928+
"description": "Optional. Name of the CX SecuritySettings which is used to redact generated response. If this field is empty, try to fetch v2 security_settings, which is a project level setting. If this field is empty and no v2 security_settings set up in this project, no redaction will be done. Format: `projects//locations//securitySettings/`.",
15929+
"type": "string"
15930+
},
1592715931
"triggerEvents": {
1592815932
"description": "Optional. A list of trigger events. Generator will be triggered only if it's trigger event is included here.",
1592915933
"items": {

googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8602,7 +8602,7 @@
86028602
}
86038603
}
86048604
},
8605-
"revision": "20250422",
8605+
"revision": "20250508",
86068606
"rootUrl": "https://dialogflow.googleapis.com/",
86078607
"schemas": {
86088608
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -18161,6 +18161,10 @@ true
1816118161
"description": "The resource name of the existing created generator. Format: `projects//locations//generators/`",
1816218162
"type": "string"
1816318163
},
18164+
"securitySettings": {
18165+
"description": "Optional. Name of the CX SecuritySettings which is used to redact generated response. If this field is empty, try to fetch v2 security_settings, which is a project level setting. If this field is empty and no v2 security_settings set up in this project, no redaction will be done. Format: `projects//locations//securitySettings/`.",
18166+
"type": "string"
18167+
},
1816418168
"triggerEvents": {
1816518169
"description": "Optional. A list of trigger events. Generator will be triggered only if it's trigger event is included here.",
1816618170
"items": {

0 commit comments

Comments
 (0)