Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions dialogflow/v2/dialogflow-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2613,7 +2613,8 @@
],
"parameters": {
"filter": {
"description": "Optional. Filters to restrict results to specific answer records. The expression has the following syntax: [AND ] ... The following fields and operators are supported: * conversation_id with equals(=) operator Examples: * \"conversation_id=bar\" matches answer records in the projects/foo/locations/global/conversations/bar conversation (assuming the parent is projects/foo/locations/global). For more information about filtering, see [API Filtering](https://aip.dev/160).",
"deprecated": true,
"description": "Optional. Filters to restrict results to specific answer records. Marked deprecated as it hasn't been, and isn't currently, supported. For more information about filtering, see [API Filtering](https://aip.dev/160).",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -6501,7 +6502,8 @@
],
"parameters": {
"filter": {
"description": "Optional. Filters to restrict results to specific answer records. The expression has the following syntax: [AND ] ... The following fields and operators are supported: * conversation_id with equals(=) operator Examples: * \"conversation_id=bar\" matches answer records in the projects/foo/locations/global/conversations/bar conversation (assuming the parent is projects/foo/locations/global). For more information about filtering, see [API Filtering](https://aip.dev/160).",
"deprecated": true,
"description": "Optional. Filters to restrict results to specific answer records. Marked deprecated as it hasn't been, and isn't currently, supported. For more information about filtering, see [API Filtering](https://aip.dev/160).",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -8712,7 +8714,7 @@
}
}
},
"revision": "20250130",
"revision": "20250207",
"rootUrl": "https://dialogflow.googleapis.com/",
"schemas": {
"GoogleCloudDialogflowCxV3AdvancedSettings": {
Expand Down Expand Up @@ -10798,7 +10800,7 @@
"type": "string"
},
"clientSecret": {
"description": "Optional. The client secret provided by the 3rd party platform.",
"description": "Required. The client secret provided by the 3rd party platform.",
"type": "string"
},
"scopes": {
Expand Down Expand Up @@ -13173,7 +13175,7 @@
"type": "string"
},
"clientSecret": {
"description": "Optional. The client secret provided by the 3rd party platform.",
"description": "Required. The client secret provided by the 3rd party platform.",
"type": "string"
},
"scopes": {
Expand Down
22 changes: 8 additions & 14 deletions dialogflow/v2/dialogflow-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions dialogflow/v2beta1/dialogflow-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2645,7 +2645,8 @@
],
"parameters": {
"filter": {
"description": "Optional. Filters to restrict results to specific answer records. The expression has the following syntax: [AND ] ... The following fields and operators are supported: * conversation_id with equals(=) operator Examples: * \"conversation_id=bar\" matches answer records in the projects/foo/locations/global/conversations/bar conversation (assuming the parent is projects/foo/locations/global). For more information about filtering, see [API Filtering](https://aip.dev/160).",
"deprecated": true,
"description": "Optional. Filters to restrict results to specific answer records. For more information about filtering, see [API Filtering](https://aip.dev/160).",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -6293,7 +6294,8 @@
],
"parameters": {
"filter": {
"description": "Optional. Filters to restrict results to specific answer records. The expression has the following syntax: [AND ] ... The following fields and operators are supported: * conversation_id with equals(=) operator Examples: * \"conversation_id=bar\" matches answer records in the projects/foo/locations/global/conversations/bar conversation (assuming the parent is projects/foo/locations/global). For more information about filtering, see [API Filtering](https://aip.dev/160).",
"deprecated": true,
"description": "Optional. Filters to restrict results to specific answer records. For more information about filtering, see [API Filtering](https://aip.dev/160).",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -8237,7 +8239,7 @@
}
}
},
"revision": "20250130",
"revision": "20250207",
"rootUrl": "https://dialogflow.googleapis.com/",
"schemas": {
"GoogleCloudDialogflowCxV3AdvancedSettings": {
Expand Down Expand Up @@ -10323,7 +10325,7 @@
"type": "string"
},
"clientSecret": {
"description": "Optional. The client secret provided by the 3rd party platform.",
"description": "Required. The client secret provided by the 3rd party platform.",
"type": "string"
},
"scopes": {
Expand Down Expand Up @@ -12698,7 +12700,7 @@
"type": "string"
},
"clientSecret": {
"description": "Optional. The client secret provided by the 3rd party platform.",
"description": "Required. The client secret provided by the 3rd party platform.",
"type": "string"
},
"scopes": {
Expand Down
20 changes: 6 additions & 14 deletions dialogflow/v2beta1/dialogflow-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dialogflow/v3/dialogflow-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4453,7 +4453,7 @@
}
}
},
"revision": "20250130",
"revision": "20250207",
"rootUrl": "https://dialogflow.googleapis.com/",
"schemas": {
"GoogleCloudDialogflowCxV3AdvancedSettings": {
Expand Down Expand Up @@ -10041,7 +10041,7 @@
"type": "string"
},
"clientSecret": {
"description": "Optional. The client secret provided by the 3rd party platform.",
"description": "Required. The client secret provided by the 3rd party platform.",
"type": "string"
},
"scopes": {
Expand Down Expand Up @@ -12416,7 +12416,7 @@
"type": "string"
},
"clientSecret": {
"description": "Optional. The client secret provided by the 3rd party platform.",
"description": "Required. The client secret provided by the 3rd party platform.",
"type": "string"
},
"scopes": {
Expand Down
4 changes: 2 additions & 2 deletions dialogflow/v3/dialogflow-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dialogflow/v3beta1/dialogflow-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -5185,7 +5185,7 @@
}
}
},
"revision": "20250130",
"revision": "20250207",
"rootUrl": "https://dialogflow.googleapis.com/",
"schemas": {
"GoogleCloudDialogflowCxV3AdvancedSettings": {
Expand Down Expand Up @@ -7271,7 +7271,7 @@
"type": "string"
},
"clientSecret": {
"description": "Optional. The client secret provided by the 3rd party platform.",
"description": "Required. The client secret provided by the 3rd party platform.",
"type": "string"
},
"scopes": {
Expand Down Expand Up @@ -14536,7 +14536,7 @@
"type": "string"
},
"clientSecret": {
"description": "Optional. The client secret provided by the 3rd party platform.",
"description": "Required. The client secret provided by the 3rd party platform.",
"type": "string"
},
"scopes": {
Expand Down
4 changes: 2 additions & 2 deletions dialogflow/v3beta1/dialogflow-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@
}
}
},
"revision": "20250206",
"revision": "20250207",
"rootUrl": "https://firebaseappdistribution.googleapis.com/",
"schemas": {
"AndroidxCrawlerOutputPoint": {
Expand Down Expand Up @@ -907,11 +907,6 @@
"description": "Instructions for AI driven test",
"id": "GoogleFirebaseAppdistroV1alphaAiInstructions",
"properties": {
"appDescription": {
"deprecated": true,
"description": "Optional. Describes the app to give the AI some context",
"type": "string"
},
"steps": {
"description": "Required. Steps to be accomplished by the AI",
"items": {
Expand Down
14 changes: 6 additions & 8 deletions firebaseappdistribution/v1alpha/firebaseappdistribution-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading