Options
All
  • Public
  • Public/Protected
  • All
Menu

Disposition Model class

Hierarchy

  • CXoneDisposition

Index

Constructors

Properties

agentSpecific?: boolean
remarks

Indicates if Disposition is unique to Agent

classification?: string
remarks

Disposition Classification

contactId?: string
remarks

Contact ID for the current dispositions

displayOrder?: number
remarks

Defines the order of display for the Agent

dispositionId: number
remarks

Disposition Id

dispositionName: string
remarks

Disposition Name

isPreviewDisposition?: boolean
remarks

List Only Preview Dispositions

mediaType?: MediaType
remarks

media type added to avoid race condition popping up on dispositions

priority?: number
remarks
reportingGroup?: string
remarks

Group that contacts can be reported against

requireCommitmentAmount?: boolean
remarks

Indicates if commitment amount must be entered

requireRescheduleDate?: boolean
remarks

Indicates if reschedule date must be entered

systemOutcome?: string
remarks

Final outcome of the Contact

Methods

  • parse(data: {}): void
  • Used to parse the disposition data

    example
    disposition.parse(data);
    

    Parameters

    • data: {}

      data to be parsed

      • [key: string]: string

    Returns void

Generated using TypeDoc