Skip to main content

Event Properties

FieldValue
event"note.dictationStopped"
confidentialboolean
payloadobject
FieldTypeDescription
noteIdstringWhich note was being dictated into
groupstringCategory the note belongs to
wordsDictatednumberNumber of words captured during this session
interactionIdstringUnique interaction identifier
interactionStateInteractionStateCurrent state of the interaction

Example

{
  "event": "note.dictationStopped",
  "confidential": false,
  "payload": {
    "noteId": "note_8",
    "group": "summary",
    "wordsDictated": 32,
    "interactionId": "int_123",
    "interactionState": "ongoing"
  }
}