Options
All
  • Public
  • Public/Protected
  • All
Menu

Model class for agent session end event

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

iisHost: string

iis hosting event details

message: string
remarks
success: boolean
remarks
vcHost: string

vc hosting event details

Methods

  • parse(data: {}): void
  • The parse method will take the data object and assign the values to the AgentSessionEnd class properties

    example
    parse(data);
    

    Parameters

    • data: {}

      Data object received

      • [key: string]: string

    Returns void

Generated using TypeDoc