Skip to main content

Event Properties

FieldValue
event"note.dictationStarted"
confidentialboolean
payloadobject
FieldTypeDescription
noteIdstringWhich note dictation is targeting
groupstringCategory the note belongs to
interactionIdstringUnique interaction identifier
interactionStateInteractionStateCurrent state of the interaction

Example

{
  "event": "note.dictationStarted",
  "confidential": false,
  "payload": {
    "noteId": "note_7",
    "group": "summary",
    "interactionId": "int_123",
    "interactionState": "ongoing"
  }
}