Skip to content

Commit

Permalink
chore: regenerate API index
Browse files Browse the repository at this point in the history
  • Loading branch information
Google APIs committed Jan 21, 2022
1 parent 356f0c0 commit ada32e9
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions api-index-v1.json
Expand Up @@ -37940,6 +37940,21 @@
}
]
},
{
"shortName": "ImportDocuments",
"fullName": "google.cloud.dialogflow.v2.Documents.ImportDocuments",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v2/{parent=projects/*/knowledgeBases/*}/documents:import"
},
{
"httpMethod": "POST",
"path": "/v2/{parent=projects/*/locations/*/knowledgeBases/*}/documents:import"
}
]
},
{
"shortName": "ListDocuments",
"fullName": "google.cloud.dialogflow.v2.Documents.ListDocuments",
Expand Down Expand Up @@ -38601,6 +38616,21 @@
}
]
},
{
"shortName": "SuggestSmartReplies",
"fullName": "google.cloud.dialogflow.v2.Participants.SuggestSmartReplies",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v2/{parent=projects/*/conversations/*/participants/*}/suggestions:suggestSmartReplies"
},
{
"httpMethod": "POST",
"path": "/v2/{parent=projects/*/locations/*/conversations/*/participants/*}/suggestions:suggestSmartReplies"
}
]
},
{
"shortName": "UpdateParticipant",
"fullName": "google.cloud.dialogflow.v2.Participants.UpdateParticipant",
Expand Down

0 comments on commit ada32e9

Please sign in to comment.