Skip to content

Commit 5c4db90

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent 83795dd commit 5c4db90

1 file changed

Lines changed: 246 additions & 6 deletions

File tree

api-index-v1.json

Lines changed: 246 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40883,32 +40883,32 @@
4088340883
"options": {
4088440884
"cc_enable_arenas": {
4088540885
"valueCounts": {
40886-
"true": 21
40886+
"true": 23
4088740887
}
4088840888
},
4088940889
"csharp_namespace": {
4089040890
"valueCounts": {
40891-
"Google.Cloud.Dialogflow.V2": 21
40891+
"Google.Cloud.Dialogflow.V2": 23
4089240892
}
4089340893
},
4089440894
"go_package": {
4089540895
"valueCounts": {
40896-
"google.golang.org/genproto/googleapis/cloud/dialogflow/v2;dialogflow": 21
40896+
"google.golang.org/genproto/googleapis/cloud/dialogflow/v2;dialogflow": 23
4089740897
}
4089840898
},
4089940899
"java_multiple_files": {
4090040900
"valueCounts": {
40901-
"true": 21
40901+
"true": 23
4090240902
}
4090340903
},
4090440904
"java_package": {
4090540905
"valueCounts": {
40906-
"com.google.cloud.dialogflow.v2": 21
40906+
"com.google.cloud.dialogflow.v2": 23
4090740907
}
4090840908
},
4090940909
"objc_class_prefix": {
4091040910
"valueCounts": {
40911-
"DF": 21
40911+
"DF": 23
4091240912
}
4091340913
}
4091440914
},
@@ -41234,10 +41234,235 @@
4123441234
}
4123541235
]
4123641236
},
41237+
{
41238+
"shortName": "ConversationDatasets",
41239+
"fullName": "google.cloud.dialogflow.v2.ConversationDatasets",
41240+
"methods": [
41241+
{
41242+
"shortName": "CreateConversationDataset",
41243+
"fullName": "google.cloud.dialogflow.v2.ConversationDatasets.CreateConversationDataset",
41244+
"mode": "UNARY",
41245+
"bindings": [
41246+
{
41247+
"httpMethod": "POST",
41248+
"path": "/v2/{parent=projects/*/locations/*}/conversationDatasets"
41249+
}
41250+
]
41251+
},
41252+
{
41253+
"shortName": "DeleteConversationDataset",
41254+
"fullName": "google.cloud.dialogflow.v2.ConversationDatasets.DeleteConversationDataset",
41255+
"mode": "UNARY",
41256+
"bindings": [
41257+
{
41258+
"httpMethod": "DELETE",
41259+
"path": "/v2/{name=projects/*/locations/*/conversationDatasets/*}"
41260+
}
41261+
]
41262+
},
41263+
{
41264+
"shortName": "GetConversationDataset",
41265+
"fullName": "google.cloud.dialogflow.v2.ConversationDatasets.GetConversationDataset",
41266+
"mode": "UNARY",
41267+
"bindings": [
41268+
{
41269+
"httpMethod": "GET",
41270+
"path": "/v2/{name=projects/*/conversationDatasets/*}"
41271+
},
41272+
{
41273+
"httpMethod": "GET",
41274+
"path": "/v2/{name=projects/*/locations/*/conversationDatasets/*}"
41275+
}
41276+
]
41277+
},
41278+
{
41279+
"shortName": "ImportConversationData",
41280+
"fullName": "google.cloud.dialogflow.v2.ConversationDatasets.ImportConversationData",
41281+
"mode": "UNARY",
41282+
"bindings": [
41283+
{
41284+
"httpMethod": "POST",
41285+
"path": "/v2/{name=projects/*/conversationDatasets/*}:importConversationData"
41286+
},
41287+
{
41288+
"httpMethod": "POST",
41289+
"path": "/v2/{name=projects/*/locations/*/conversationDatasets/*}:importConversationData"
41290+
}
41291+
]
41292+
},
41293+
{
41294+
"shortName": "ListConversationDatasets",
41295+
"fullName": "google.cloud.dialogflow.v2.ConversationDatasets.ListConversationDatasets",
41296+
"mode": "UNARY",
41297+
"bindings": [
41298+
{
41299+
"httpMethod": "GET",
41300+
"path": "/v2/{parent=projects/*}/conversationDatasets"
41301+
},
41302+
{
41303+
"httpMethod": "GET",
41304+
"path": "/v2/{parent=projects/*/locations/*}/conversationDatasets"
41305+
}
41306+
]
41307+
}
41308+
]
41309+
},
41310+
{
41311+
"shortName": "ConversationModels",
41312+
"fullName": "google.cloud.dialogflow.v2.ConversationModels",
41313+
"methods": [
41314+
{
41315+
"shortName": "CreateConversationModel",
41316+
"fullName": "google.cloud.dialogflow.v2.ConversationModels.CreateConversationModel",
41317+
"mode": "UNARY",
41318+
"bindings": [
41319+
{
41320+
"httpMethod": "POST",
41321+
"path": "/v2/{parent=projects/*}/conversationModels"
41322+
},
41323+
{
41324+
"httpMethod": "POST",
41325+
"path": "/v2/{parent=projects/*/locations/*}/conversationModels"
41326+
}
41327+
]
41328+
},
41329+
{
41330+
"shortName": "CreateConversationModelEvaluation",
41331+
"fullName": "google.cloud.dialogflow.v2.ConversationModels.CreateConversationModelEvaluation",
41332+
"mode": "UNARY",
41333+
"bindings": [
41334+
{
41335+
"httpMethod": "POST",
41336+
"path": "/v2/{parent=projects/*/locations/*/conversationModels/*}/evaluations"
41337+
}
41338+
]
41339+
},
41340+
{
41341+
"shortName": "DeleteConversationModel",
41342+
"fullName": "google.cloud.dialogflow.v2.ConversationModels.DeleteConversationModel",
41343+
"mode": "UNARY",
41344+
"bindings": [
41345+
{
41346+
"httpMethod": "DELETE",
41347+
"path": "/v2/{name=projects/*/conversationModels/*}"
41348+
},
41349+
{
41350+
"httpMethod": "DELETE",
41351+
"path": "/v2/{name=projects/*/locations/*/conversationModels/*}"
41352+
}
41353+
]
41354+
},
41355+
{
41356+
"shortName": "DeployConversationModel",
41357+
"fullName": "google.cloud.dialogflow.v2.ConversationModels.DeployConversationModel",
41358+
"mode": "UNARY",
41359+
"bindings": [
41360+
{
41361+
"httpMethod": "POST",
41362+
"path": "/v2/{name=projects/*/conversationModels/*}:deploy"
41363+
},
41364+
{
41365+
"httpMethod": "POST",
41366+
"path": "/v2/{name=projects/*/locations/*/conversationModels/*}:deploy"
41367+
}
41368+
]
41369+
},
41370+
{
41371+
"shortName": "GetConversationModel",
41372+
"fullName": "google.cloud.dialogflow.v2.ConversationModels.GetConversationModel",
41373+
"mode": "UNARY",
41374+
"bindings": [
41375+
{
41376+
"httpMethod": "GET",
41377+
"path": "/v2/{name=projects/*/conversationModels/*}"
41378+
},
41379+
{
41380+
"httpMethod": "GET",
41381+
"path": "/v2/{name=projects/*/locations/*/conversationModels/*}"
41382+
}
41383+
]
41384+
},
41385+
{
41386+
"shortName": "GetConversationModelEvaluation",
41387+
"fullName": "google.cloud.dialogflow.v2.ConversationModels.GetConversationModelEvaluation",
41388+
"mode": "UNARY",
41389+
"bindings": [
41390+
{
41391+
"httpMethod": "GET",
41392+
"path": "/v2/{name=projects/*/conversationModels/*/evaluations/*}"
41393+
},
41394+
{
41395+
"httpMethod": "GET",
41396+
"path": "/v2/{name=projects/*/locations/*/conversationModels/*/evaluations/*}"
41397+
}
41398+
]
41399+
},
41400+
{
41401+
"shortName": "ListConversationModelEvaluations",
41402+
"fullName": "google.cloud.dialogflow.v2.ConversationModels.ListConversationModelEvaluations",
41403+
"mode": "UNARY",
41404+
"bindings": [
41405+
{
41406+
"httpMethod": "GET",
41407+
"path": "/v2/{parent=projects/*/conversationModels/*}/evaluations"
41408+
},
41409+
{
41410+
"httpMethod": "GET",
41411+
"path": "/v2/{parent=projects/*/locations/*/conversationModels/*}/evaluations"
41412+
}
41413+
]
41414+
},
41415+
{
41416+
"shortName": "ListConversationModels",
41417+
"fullName": "google.cloud.dialogflow.v2.ConversationModels.ListConversationModels",
41418+
"mode": "UNARY",
41419+
"bindings": [
41420+
{
41421+
"httpMethod": "GET",
41422+
"path": "/v2/{parent=projects/*}/conversationModels"
41423+
},
41424+
{
41425+
"httpMethod": "GET",
41426+
"path": "/v2/{parent=projects/*/locations/*}/conversationModels"
41427+
}
41428+
]
41429+
},
41430+
{
41431+
"shortName": "UndeployConversationModel",
41432+
"fullName": "google.cloud.dialogflow.v2.ConversationModels.UndeployConversationModel",
41433+
"mode": "UNARY",
41434+
"bindings": [
41435+
{
41436+
"httpMethod": "POST",
41437+
"path": "/v2/{name=projects/*/conversationModels/*}:undeploy"
41438+
},
41439+
{
41440+
"httpMethod": "POST",
41441+
"path": "/v2/{name=projects/*/locations/*/conversationModels/*}:undeploy"
41442+
}
41443+
]
41444+
}
41445+
]
41446+
},
4123741447
{
4123841448
"shortName": "ConversationProfiles",
4123941449
"fullName": "google.cloud.dialogflow.v2.ConversationProfiles",
4124041450
"methods": [
41451+
{
41452+
"shortName": "ClearSuggestionFeatureConfig",
41453+
"fullName": "google.cloud.dialogflow.v2.ConversationProfiles.ClearSuggestionFeatureConfig",
41454+
"mode": "UNARY",
41455+
"bindings": [
41456+
{
41457+
"httpMethod": "POST",
41458+
"path": "/v2/{conversation_profile=projects/*/conversationProfiles/*}:clearSuggestionFeatureConfig"
41459+
},
41460+
{
41461+
"httpMethod": "POST",
41462+
"path": "/v2/{conversation_profile=projects/*/locations/*/conversationProfiles/*}:clearSuggestionFeatureConfig"
41463+
}
41464+
]
41465+
},
4124141466
{
4124241467
"shortName": "CreateConversationProfile",
4124341468
"fullName": "google.cloud.dialogflow.v2.ConversationProfiles.CreateConversationProfile",
@@ -41298,6 +41523,21 @@
4129841523
}
4129941524
]
4130041525
},
41526+
{
41527+
"shortName": "SetSuggestionFeatureConfig",
41528+
"fullName": "google.cloud.dialogflow.v2.ConversationProfiles.SetSuggestionFeatureConfig",
41529+
"mode": "UNARY",
41530+
"bindings": [
41531+
{
41532+
"httpMethod": "POST",
41533+
"path": "/v2/{conversation_profile=projects/*/conversationProfiles/*}:setSuggestionFeatureConfig"
41534+
},
41535+
{
41536+
"httpMethod": "POST",
41537+
"path": "/v2/{conversation_profile=projects/*/locations/*/conversationProfiles/*}:setSuggestionFeatureConfig"
41538+
}
41539+
]
41540+
},
4130141541
{
4130241542
"shortName": "UpdateConversationProfile",
4130341543
"fullName": "google.cloud.dialogflow.v2.ConversationProfiles.UpdateConversationProfile",

0 commit comments

Comments
 (0)