Options
All
  • Public
  • Public/Protected
  • All
Menu

Model class for MCH(MultiChannel Handling) Settings MultiChannel Handling - allows agents to actively work on multiple contacts across multiple channels

Hierarchy

  • MCHSetting

Index

Constructors

Properties

chatThreshold: number
remarks
  • Maximum number of Chats handling ability
contactAutoFocus: boolean
remarks
  • Indicates the contact auto focus
deliveryMode: string
remarks
  • Indicates the delivery mode
digitalThreshold: number
remarks
  • Maximum number of Digital Contacts handling ability
emailThreshold: number
remarks
  • Maximum number of Emails handling ability
requestContact: boolean
remarks
  • Indicates whether new digital contact is requested
smsThreshold: number
remarks
  • Maximum number of SMS handling ability
totalContactCount: number
remarks
  • Total count of the Contact
voiceThreshold: number
remarks
  • Maximum number of phone calls handling ability
workItemThreshold: number
remarks
  • Maximum number of Work Item handling ability

Methods

  • parse(data: any): void
  • The parse method will take the data object and assign the values to the MCHSetting class properties

    example
    parse(data);
    

    Parameters

    • data: any

      Data object received

    Returns void

Generated using TypeDoc