mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-19 13:17:47 +02:00
chore: regenerate API index
This commit is contained in:
parent
b5a6598e6e
commit
4698c3218d
1 changed files with 22 additions and 3 deletions
|
|
@ -27,22 +27,22 @@
|
|||
"valueCounts": {
|
||||
"com.google.actions.sdk.v2.conversation": 14,
|
||||
"com.google.actions.sdk.v2": 18,
|
||||
"com.google.actions.sdk.v2.interactionmodel": 8,
|
||||
"com.google.actions.sdk.v2.interactionmodel.type": 6,
|
||||
"com.google.actions.sdk.v2.interactionmodel": 7,
|
||||
"com.google.actions.sdk.v2.interactionmodel.prompt": 14
|
||||
}
|
||||
},
|
||||
"java_multiple_files": {
|
||||
"valueCounts": {
|
||||
"true": 59
|
||||
"true": 60
|
||||
}
|
||||
},
|
||||
"go_package": {
|
||||
"valueCounts": {
|
||||
"google.golang.org/genproto/googleapis/actions/sdk/v2/conversation;conversation": 14,
|
||||
"google.golang.org/genproto/googleapis/actions/sdk/v2;sdk": 18,
|
||||
"google.golang.org/genproto/googleapis/actions/sdk/v2/interactionmodel;interactionmodel": 8,
|
||||
"google.golang.org/genproto/googleapis/actions/sdk/v2/interactionmodel/type": 6,
|
||||
"google.golang.org/genproto/googleapis/actions/sdk/v2/interactionmodel;interactionmodel": 7,
|
||||
"google.golang.org/genproto/googleapis/actions/sdk/v2/interactionmodel/prompt;prompt": 14
|
||||
}
|
||||
}
|
||||
|
|
@ -96,6 +96,17 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "ListSampleProjects",
|
||||
"fullName": "google.actions.sdk.v2.ActionsSdk.ListSampleProjects",
|
||||
"mode": "UNARY",
|
||||
"bindings": [
|
||||
{
|
||||
"httpMethod": "GET",
|
||||
"path": "/v2/sampleProjects"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"shortName": "ListVersions",
|
||||
"fullName": "google.actions.sdk.v2.ActionsSdk.ListVersions",
|
||||
|
|
@ -28770,6 +28781,10 @@
|
|||
{
|
||||
"httpMethod": "GET",
|
||||
"path": "/v2/{parent=projects/*/agent/environments/*}/intents"
|
||||
},
|
||||
{
|
||||
"httpMethod": "GET",
|
||||
"path": "/v2/{parent=projects/*/locations/*/agent/environments/*}/intents"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -30320,6 +30335,10 @@
|
|||
{
|
||||
"httpMethod": "GET",
|
||||
"path": "/v2beta1/{parent=projects/*/agent/environments/*}/intents"
|
||||
},
|
||||
{
|
||||
"httpMethod": "GET",
|
||||
"path": "/v2beta1/{parent=projects/*/locations/*/agent/environments/*}/intents"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue