new ContentMsg(id, collaborationId, orgId, timestamp, authors, seen, sentiment, nlp, ner, message, viewId)
Parameters:
Name | Type | Description |
---|---|---|
id |
String | |
collaborationId |
String | |
orgId |
String | |
timestamp |
String | |
authors |
Array.<Auth.Provider> | |
seen |
Array.<Auth.Provider> | |
sentiment |
String | Option |
nlp |
String | Option |
ner |
Array.<Entities.NamedEntity> | |
message |
Collaboration.Message | |
viewId |
UUID |
Methods
(static) type() → {string}
Return the full class name of this type.
Returns:
- Type
- string