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 Mar 17, 2022
1 parent d9ca515 commit 1605e8d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions api-index-v1.json
Expand Up @@ -43064,6 +43064,21 @@
"shortName": "ConversationProfiles",
"fullName": "google.cloud.dialogflow.v2beta1.ConversationProfiles",
"methods": [
{
"shortName": "ClearSuggestionFeatureConfig",
"fullName": "google.cloud.dialogflow.v2beta1.ConversationProfiles.ClearSuggestionFeatureConfig",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v2beta1/{conversation_profile=projects/*/conversationProfiles/*}:clearSuggestionFeatureConfig"
},
{
"httpMethod": "POST",
"path": "/v2beta1/{conversation_profile=projects/*/locations/*/conversationProfiles/*}:clearSuggestionFeatureConfig"
}
]
},
{
"shortName": "CreateConversationProfile",
"fullName": "google.cloud.dialogflow.v2beta1.ConversationProfiles.CreateConversationProfile",
Expand Down Expand Up @@ -43124,6 +43139,21 @@
}
]
},
{
"shortName": "SetSuggestionFeatureConfig",
"fullName": "google.cloud.dialogflow.v2beta1.ConversationProfiles.SetSuggestionFeatureConfig",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v2beta1/{conversation_profile=projects/*/conversationProfiles/*}:setSuggestionFeatureConfig"
},
{
"httpMethod": "POST",
"path": "/v2beta1/{conversation_profile=projects/*/locations/*/conversationProfiles/*}:setSuggestionFeatureConfig"
}
]
},
{
"shortName": "UpdateConversationProfile",
"fullName": "google.cloud.dialogflow.v2beta1.ConversationProfiles.UpdateConversationProfile",
Expand Down

0 comments on commit 1605e8d

Please sign in to comment.