Type Alias: SessionAnnotation
Properties
| Property | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Annotation UUID |
tenantId | string | Yes | Tenant ID |
pluginInstanceId | string | No | Plugin instance that created this |
type | "profanity" | "summary" | "action_items" | "sentiment" | Yes | Annotation type |
data | object | Yes | Annotation data |
createdAt | string | Yes | Creation timestamp |
sessionId | string | Yes | Session ID this annotation is attached to |
Defined in
4Players/cortex-typescript-sdk/src/resources/plugins.ts:11