Options
All
  • Public
  • Public/Protected
  • All
Menu

Model class for CXone page open

Hierarchy

Index

Constructors

Properties

action: string
remarks
  • Action of page open
contactId: string
remarks
  • Unique identifier of sender contact id
iisHost: string

iis hosting event details

pageUri: string
remarks
  • Action of page open
vcHost: string

vc hosting event details

Methods

  • parse(data: {}): void
  • The constructor will take the data object and assign the values to the cxone page open class properties

    example
    cxonePageOpen.parse(pageOpen);
    

    Parameters

    • data: {}

      Data object received

      • [key: string]: any

    Returns void

Generated using TypeDoc