Skip to content

Commit 6bc8084

Browse files
chore(dialogflow): update the api
1 parent dcf96d1 commit 6bc8084

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

docs/dyn/dialogflow_v3.projects.locations.agents.flows.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,7 @@ <h3>Method Details</h3>
16011601
}
16021602

16031603
languageCode: string, The language of the following fields in `flow`: * `Flow.event_handlers.trigger_fulfillment.messages` * `Flow.event_handlers.trigger_fulfillment.conditional_cases` * `Flow.transition_routes.trigger_fulfillment.messages` * `Flow.transition_routes.trigger_fulfillment.conditional_cases` If not specified, the agent&#x27;s default language is used. [Many languages](https://cloud.google.com/dialogflow/cx/docs/reference/language) are supported. Note: languages must be enabled in the agent before they can be used.
1604-
updateMask: string, Required. The mask to control which fields get updated. If `update_mask` is not specified, an error will be returned.
1604+
updateMask: string, The mask to control which fields get updated. If the mask is not present, all fields will be updated.
16051605
x__xgafv: string, V1 error format.
16061606
Allowed values
16071607
1 - v1 error format

docs/dyn/dialogflow_v3beta1.projects.locations.agents.flows.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,7 @@ <h3>Method Details</h3>
16011601
}
16021602

16031603
languageCode: string, The language of the following fields in `flow`: * `Flow.event_handlers.trigger_fulfillment.messages` * `Flow.event_handlers.trigger_fulfillment.conditional_cases` * `Flow.transition_routes.trigger_fulfillment.messages` * `Flow.transition_routes.trigger_fulfillment.conditional_cases` If not specified, the agent&#x27;s default language is used. [Many languages](https://cloud.google.com/dialogflow/cx/docs/reference/language) are supported. Note: languages must be enabled in the agent before they can be used.
1604-
updateMask: string, Required. The mask to control which fields get updated. If `update_mask` is not specified, an error will be returned.
1604+
updateMask: string, The mask to control which fields get updated. If the mask is not present, all fields will be updated.
16051605
x__xgafv: string, V1 error format.
16061606
Allowed values
16071607
1 - v1 error format

googleapiclient/discovery_cache/documents/dialogflow.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6983,7 +6983,7 @@
69836983
}
69846984
}
69856985
},
6986-
"revision": "20210819",
6986+
"revision": "20210823",
69876987
"rootUrl": "https://dialogflow.googleapis.com/",
69886988
"schemas": {
69896989
"GoogleCloudDialogflowCxV3AudioInput": {

googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7315,7 +7315,7 @@
73157315
}
73167316
}
73177317
},
7318-
"revision": "20210819",
7318+
"revision": "20210823",
73197319
"rootUrl": "https://dialogflow.googleapis.com/",
73207320
"schemas": {
73217321
"GoogleCloudDialogflowCxV3AudioInput": {

googleapiclient/discovery_cache/documents/dialogflow.v3.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@
16211621
"type": "string"
16221622
},
16231623
"updateMask": {
1624-
"description": "Required. The mask to control which fields get updated. If `update_mask` is not specified, an error will be returned.",
1624+
"description": "The mask to control which fields get updated. If the mask is not present, all fields will be updated.",
16251625
"format": "google-fieldmask",
16261626
"location": "query",
16271627
"type": "string"
@@ -3623,7 +3623,7 @@
36233623
}
36243624
}
36253625
},
3626-
"revision": "20210819",
3626+
"revision": "20210823",
36273627
"rootUrl": "https://dialogflow.googleapis.com/",
36283628
"schemas": {
36293629
"GoogleCloudDialogflowCxV3AdvancedSettings": {

googleapiclient/discovery_cache/documents/dialogflow.v3beta1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@
16211621
"type": "string"
16221622
},
16231623
"updateMask": {
1624-
"description": "Required. The mask to control which fields get updated. If `update_mask` is not specified, an error will be returned.",
1624+
"description": "The mask to control which fields get updated. If the mask is not present, all fields will be updated.",
16251625
"format": "google-fieldmask",
16261626
"location": "query",
16271627
"type": "string"
@@ -3623,7 +3623,7 @@
36233623
}
36243624
}
36253625
},
3626-
"revision": "20210819",
3626+
"revision": "20210823",
36273627
"rootUrl": "https://dialogflow.googleapis.com/",
36283628
"schemas": {
36293629
"GoogleCloudDialogflowCxV3AudioInput": {

0 commit comments

Comments
 (0)