Skip to content

Commit d026eb9

Browse files
feat(dialogflow): update the api
#### dialogflow:v2 The following keys were added: - schemas.GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata.properties.knowledgeBase.type (Total Keys: 1) #### dialogflow:v2beta1 The following keys were added: - schemas.GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata.properties.knowledgeBase.type (Total Keys: 1) #### dialogflow:v3 The following keys were added: - schemas.GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata.properties.knowledgeBase.type (Total Keys: 1) #### dialogflow:v3beta1 The following keys were added: - schemas.GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata.properties.knowledgeBase.type (Total Keys: 1)
1 parent a4c4444 commit d026eb9

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

googleapiclient/discovery_cache/documents/dialogflow.v2.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6983,7 +6983,7 @@
69836983
}
69846984
}
69856985
},
6986-
"revision": "20211207",
6986+
"revision": "20211216",
69876987
"rootUrl": "https://dialogflow.googleapis.com/",
69886988
"schemas": {
69896989
"GoogleCloudDialogflowCxV3AudioInput": {
@@ -15756,6 +15756,10 @@
1575615756
"description": "Metadata in google::longrunning::Operation for Knowledge operations.",
1575715757
"id": "GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata",
1575815758
"properties": {
15759+
"knowledgeBase": {
15760+
"description": "The name of the knowledge base interacted with during the operation.",
15761+
"type": "string"
15762+
},
1575915763
"state": {
1576015764
"description": "Required. Output only. The current state of this operation.",
1576115765
"enum": [

googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7315,7 +7315,7 @@
73157315
}
73167316
}
73177317
},
7318-
"revision": "20211207",
7318+
"revision": "20211216",
73197319
"rootUrl": "https://dialogflow.googleapis.com/",
73207320
"schemas": {
73217321
"GoogleCloudDialogflowCxV3AudioInput": {
@@ -15518,6 +15518,10 @@
1551815518
"description": "Metadata in google::longrunning::Operation for Knowledge operations.",
1551915519
"id": "GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata",
1552015520
"properties": {
15521+
"knowledgeBase": {
15522+
"description": "The name of the knowledge base interacted with during the operation.",
15523+
"type": "string"
15524+
},
1552115525
"state": {
1552215526
"description": "Required. Output only. The current state of this operation.",
1552315527
"enum": [

googleapiclient/discovery_cache/documents/dialogflow.v3.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3820,7 +3820,7 @@
38203820
}
38213821
}
38223822
},
3823-
"revision": "20211207",
3823+
"revision": "20211216",
38243824
"rootUrl": "https://dialogflow.googleapis.com/",
38253825
"schemas": {
38263826
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -12787,6 +12787,10 @@
1278712787
"description": "Metadata in google::longrunning::Operation for Knowledge operations.",
1278812788
"id": "GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata",
1278912789
"properties": {
12790+
"knowledgeBase": {
12791+
"description": "The name of the knowledge base interacted with during the operation.",
12792+
"type": "string"
12793+
},
1279012794
"state": {
1279112795
"description": "Required. Output only. The current state of this operation.",
1279212796
"enum": [

googleapiclient/discovery_cache/documents/dialogflow.v3beta1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3820,7 +3820,7 @@
38203820
}
38213821
}
38223822
},
3823-
"revision": "20211207",
3823+
"revision": "20211216",
38243824
"rootUrl": "https://dialogflow.googleapis.com/",
38253825
"schemas": {
38263826
"GoogleCloudDialogflowCxV3AudioInput": {
@@ -12787,6 +12787,10 @@
1278712787
"description": "Metadata in google::longrunning::Operation for Knowledge operations.",
1278812788
"id": "GoogleCloudDialogflowV2beta1KnowledgeOperationMetadata",
1278912789
"properties": {
12790+
"knowledgeBase": {
12791+
"description": "The name of the knowledge base interacted with during the operation.",
12792+
"type": "string"
12793+
},
1279012794
"state": {
1279112795
"description": "Required. Output only. The current state of this operation.",
1279212796
"enum": [

0 commit comments

Comments
 (0)