Talk Analytics API, gRPC: ProjectService.Create
rpc for creating speechsense project
gRPC request
rpc Create (CreateProjectRequest) returns (operation.Operation)
CreateProjectRequest
{
"name": "string",
"connection_id": "string",
"description": "string",
"filters": [
{
"key": "string",
"field_value": "string"
}
]
}
Field |
Description |
name |
string project name |
connection_id |
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 |
field_value |
string connection metadata field value |
operation.Operation
{
"id": "string",
"description": "string",
"created_at": "google.protobuf.Timestamp",
"created_by": "string",
"modified_at": "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",
"connection_id": "string",
"description": "string",
"created_by": "string",
"created_at": "google.protobuf.Timestamp",
"modified_by": "string",
"modified_at": "google.protobuf.Timestamp",
"filters": [
{
"key": "string",
"field_value": "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. |
created_at |
Creation timestamp. |
created_by |
string ID of the user or service account who initiated the operation. |
modified_at |
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 |
connection_id |
string |
description |
string |
created_by |
string |
created_at |
|
modified_by |
string |
modified_at |
|
filters[] |
FieldFilter
simple filters to match talks based on their connection metadata
Field |
Description |
key |
string connection metadata field key |
field_value |
string connection metadata field value |