Talk Analytics API, gRPC: ProjectService.Create
rpc for creating speechsense project
gRPC request
rpc Create (CreateProjectRequest) returns (operation.Operation)
CreateProjectRequest
{
"name": "string",
"connectionId": "string",
"description": "string",
"filters": [
{
"key": "string",
"fieldValue": "string"
}
]
}
Field |
Description |
name |
string project name |
connectionId |
string id of connection the project should belong too |
description |
string project description |
filters[] |
project filters |
FieldFilter
simple filters to match talks based on their connection metadata
Field |
Description |
key |
string connection metadata field key |
fieldValue |
string connection metadata field value |
operation.Operation
{
"id": "string",
"description": "string",
"createdAt": "google.protobuf.Timestamp",
"createdBy": "string",
"modifiedAt": "google.protobuf.Timestamp",
"done": "bool",
"metadata": {
"id": "string"
},
// Includes only one of the fields `error`, `response`
"error": "google.rpc.Status",
"response": {
"id": "string",
"name": "string",
"connectionId": "string",
"description": "string",
"createdBy": "string",
"createdAt": "google.protobuf.Timestamp",
"modifiedBy": "string",
"modifiedAt": "google.protobuf.Timestamp",
"filters": [
{
"key": "string",
"fieldValue": "string"
}
]
}
// end of the list of possible fields
}
An Operation resource. For more information, see Operation.
Field |
Description |
id |
string ID of the operation. |
description |
string Description of the operation. 0-256 characters long. |
createdAt |
Creation timestamp. |
createdBy |
string ID of the user or service account who initiated the operation. |
modifiedAt |
The time when the Operation resource was last modified. |
done |
bool If the value is |
metadata |
Service-specific metadata associated with the operation. |
error |
The error result of the operation in case of failure or cancellation. Includes only one of the fields The operation result. |
response |
The normal response of the operation in case of success. Includes only one of the fields The operation result. |
CreateProjectMetadata
Field |
Description |
id |
string |
Project
Field |
Description |
id |
string |
name |
string |
connectionId |
string |
description |
string |
createdBy |
string |
createdAt |
|
modifiedBy |
string |
modifiedAt |
|
filters[] |
FieldFilter
simple filters to match talks based on their connection metadata
Field |
Description |
key |
string connection metadata field key |
fieldValue |
string connection metadata field value |