SessionSummaryOutput

Session summary information

  • durationInSeconds
    Type: integer
    required

    Total duration of the session in seconds

  • endedAtTime
    Type: stringFormat: date-time
    required

    Timestamp when the session ended

  • recordingS3Key
    Type: string | null
    required

    S3 key of the session recording, null if no recording exists

  • startedAtTime
    Type: stringFormat: date-time
    required

    Timestamp when the session started

  • wasteDurationInSeconds
    Type: integer
    required

    Total waste duration of the session in seconds

  • wastePercentage
    Type: integer
    required

    Percentage of session time that was waste (0-100)

  • metadata
    Type: object | null

    Opaque session metadata object

    • propertyName
      Type: anything