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 May 20, 2021
1 parent b5a6598 commit 4698c32
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions api-index-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -28770,6 +28781,10 @@
{
"httpMethod": "GET",
"path": "/v2/{parent=projects/*/agent/environments/*}/intents"
},
{
"httpMethod": "GET",
"path": "/v2/{parent=projects/*/locations/*/agent/environments/*}/intents"
}
]
},
Expand Down Expand Up @@ -30320,6 +30335,10 @@
{
"httpMethod": "GET",
"path": "/v2beta1/{parent=projects/*/agent/environments/*}/intents"
},
{
"httpMethod": "GET",
"path": "/v2beta1/{parent=projects/*/locations/*/agent/environments/*}/intents"
}
]
},
Expand Down

0 comments on commit 4698c32

Please sign in to comment.