RRA Relationship
Output representation that contains information about a relationship between objects in
the relationship insight graph. Relationship edge maps to RRARelationship, optionally projected
to FlexibleHierarchyNodeRela.
- JSON example
-
1 2 "relationships": [ 3 { 4 "relationshipId": "rra-rel-100", 5 "relationshipType": "WORKS_WITH", 6 "predicate": "Jane Doe collaborates with John Smith on procurement initiatives.", 7 "relationshipSummary": "Jane and John have collaborated on procurement initiatives since 2024.", 8 "strength": 0.78, 9 "validityScore": 0.84, 10 "actionabilityScore": 0.71, 11 "isActionable": true, 12 "status": "ACTIVE", 13 "notes": null, 14 "flexEdgeId": "a2Yxx0000000BBB", 15 "fromEntityId": "rra-entity-001", 16 "toEntityId": "rra-entity-002", 17 "evidenceIds": [ 18 "rra-evid-9001" 19 ] 20 } 21 ],
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| actionabilityScore | Double | Score that indicates how actionable the relationship is for sales or engagement scenarios. | Big, 67.0 | 67.0 |
| evidenceIds | String[] | List of evidence identifiers that support the relationship. | Big, 67.0 | 67.0 |
| flexEdgeId | String | Internal system identifier of the relationship edge. | Big, 67.0 | 67.0 |
| fromObjectId | String | Identifier of the source object in the relationship. | Big, 67.0 | 67.0 |
| isActionable | Boolean | Indicates whether the relationship can drive a user action (true) or not (false). | Big, 67.0 | 67.0 |
| notes | String | Additional notes related to the relationship. | Big, 67.0 | 67.0 |
| predicate | String | Natural language statement that describes the relationship between the objects. | Big, 67.0 | 67.0 |
| relationshipId | String | Unique identifier of the relationship. | Big, 67.0 | 67.0 |
| relationshipSummary | String | Summary of the relationship. | Big, 67.0 | 67.0 |
| relationshipType | String | Type of category of the relationship, such as WORKS_WITH. | Big, 67.0 | 67.0 |
| status | String | Current status of the relationship, such as ACTIVE. | Big, 67.0 | 67.0 |
| strength | Double | Numeric score that indicates the strength of the relationship between the objects. | Big, 67.0 | 67.0 |
| toObjectId | String | Identifier of the target object in the relationship. | Big, 67.0 | 67.0 |
| validityScore | Double | Score that indicates the reliability of the detected relationship. | Big, 67.0 | 67.0 |