Options
All
  • Public
  • Public/Protected
  • All
Menu

model class to display Agent Message notification

Hierarchy

  • AgentMessageNotification

Index

Constructors

Properties

expTimer: number
remarks

expiration time

id: string
remarks

notification message id

message: string
remarks

notification message

msgRead: boolean
remarks

message read

notificationType: NotificationType
remarks

Notification type

receivedDateTime: Date
remarks

received date time

receivedTime: number
remarks

received time

subject: string
remarks

notification subject

validUntil: number
remarks

valid until

Methods

  • parse(data: {}): void
  • The parse will parse the agent notification message

    example
    parse(message);
    

    Parameters

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

    Returns void

Generated using TypeDoc