Skip to main content

Event Properties

FieldValue
event"embedded.factsAdded"
confidentialboolean
payloadobject
FieldTypeDescription
factCountnumberNumber of facts being added
interactionIdstringUnique interaction identifier
interactionStateInteractionStateCurrent state of the interaction

Example

{
  "event": "embedded.factsAdded",
  "confidential": false,
  "payload": {
    "factCount": 2,
    "interactionId": "int_123",
    "interactionState": "ongoing"
  }
}