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 Feb 8, 2024
1 parent 802bb2c commit 671deae
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions api-index-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -47448,6 +47448,17 @@
}
]
},
{
"shortName": "ExportEntityTypes",
"fullName": "google.cloud.dialogflow.cx.v3.EntityTypes.ExportEntityTypes",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v3/{parent=projects/*/locations/*/agents/*}/entityTypes:export"
}
]
},
{
"shortName": "GetEntityType",
"fullName": "google.cloud.dialogflow.cx.v3.EntityTypes.GetEntityType",
Expand All @@ -47459,6 +47470,17 @@
}
]
},
{
"shortName": "ImportEntityTypes",
"fullName": "google.cloud.dialogflow.cx.v3.EntityTypes.ImportEntityTypes",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v3/{parent=projects/*/locations/*/agents/*}/entityTypes:import"
}
]
},
{
"shortName": "ListEntityTypes",
"fullName": "google.cloud.dialogflow.cx.v3.EntityTypes.ListEntityTypes",
Expand Down Expand Up @@ -48183,6 +48205,21 @@
}
]
},
{
"shortName": "ServerStreamingDetectIntent",
"fullName": "google.cloud.dialogflow.cx.v3.Sessions.ServerStreamingDetectIntent",
"mode": "SERVER_STREAMING",
"bindings": [
{
"httpMethod": "POST",
"path": "/v3/{session=projects/*/locations/*/agents/*/sessions/*}:serverStreamingDetectIntent"
},
{
"httpMethod": "POST",
"path": "/v3/{session=projects/*/locations/*/agents/*/environments/*/sessions/*}:serverStreamingDetectIntent"
}
]
},
{
"shortName": "StreamingDetectIntent",
"fullName": "google.cloud.dialogflow.cx.v3.Sessions.StreamingDetectIntent",
Expand Down

0 comments on commit 671deae

Please sign in to comment.