Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.corti.ai/llms.txt

Use this file to discover all available pages before exploring further.

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"
  }
}