Options
All
  • Public
  • Public/Protected
  • All
Menu

Class to capture commitment PromiseKeeper event

Hierarchy

  • CommitmentEvent

Index

Constructors

Properties

agentId: string
remarks
  • Agent Id. For Type "S" callbacks set with Max, the agent id will be the agent that schedules callback. For Type "S" callbacks set with Thin Agent, the agent id will return "-1".
callbackExpireTime: string
remarks
  • ISO 8601 time for callback expire
callbackId: string
remarks
  • Scheduled Callback Id
callbackTime: string
remarks
  • ISO 8601 time requested for Scheduled Callback
deliveryTime: string
remarks
  • Rescheduled time which is reschedules for 10 minutes if we are not responded commitment
dialNumber: string
remarks
  • Phone number to be dialed by Agent
firstName: string
remarks
  • First name of Agent callback is targeted to
lastName: string
remarks
  • Last name of Agent callback is targeted to
notes: string
remarks
  • Any notes entered into the Scheduled Callback
origNumber: string
remarks
  • Phone number from which the Scheduled Callback originated
skillId: string
remarks
  • Outbound Skill Id to be used for callback
targetType: string
remarks
  • Targeted type - Agent or Skill

Methods

  • parse(data: {}): void
  • This method to parse promise keeper event data

    example
    parse(data);
    

    Parameters

    • data: {}
      • [key: string]: string

    Returns void

Generated using TypeDoc