Example Usage

import { SessionLabelCreate } from "syllable-sdk/models/components";

let value: SessionLabelCreate = {
  sessionId: 859581,
  type: "auto-rating",
  code: "OK",
  userEmail: "<value>",
  issueCategories: [
    "Silent treatment",
  ],
};

Fields

FieldTypeRequiredDescriptionExample
sessionIdnumberTRUEThe internal ID of the session (see Session.session_id)
typestringTRUEThe type of the labelauto-rating
codestringTRUEA code describing the quality of the labeled sessionGOOD
userEmailstringTRUEThe email of the user who created the label
commentsstringFALSEComment string describing additional details about the session
issueCategoriesstring[]FALSEDescriptions of issues occurring in the labeled call[
“Silent treatment”
]