Options
All
  • Public
  • Public/Protected
  • All
Menu

Model class for skill

Hierarchy

Index

Constructors

Properties

isActive: boolean
remarks

Indicates if skill is in ACTIVE state

isOutbound: boolean
remarks

Indicates if the skill is an outbound Skill

lastPollTime: Date
remarks

ISO 8601 timestamp of last database poll. Value should be passed in "updatedSince" parameter on next call

lastUpdateTime: Date
remarks

Time of last record update

mediaName: string
remarks

Media type name of the channel like Chat, email, call etc..

mediaType: number
remarks

Media type number

skillId: string
remarks

ID of Skill

skillName: string
remarks

Name of Skill

Methods

  • parse(data: {}): void
  • This method to parse skill data

    example
    parse(data);
    

    Parameters

    • data: {}

      key value pair data

      • [key: string]: string

    Returns void

Generated using TypeDoc