Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CxoneDigitalMessageNote

Interface CxoneContactMessageNote containing message note properties

Hierarchy

  • CxoneDigitalMessageNote

Index

Properties

content: string
remarks
  • content holds the message of the note
createdAt: string
remarks
  • createdAt - datetime stamp when message note created
currentAssignee: string
remarks
  • currentAssignee - current user who has been assigned the digital case
id: string
remarks
  • id - id of the message note
message: { id: string }
remarks
  • message - holds id attribute for which the note has been posted

Type declaration

  • id: string
status: { type: string }
remarks
  • status - status of the action of the message note ex: new or checked

Type declaration

  • type: string
updatedAt: string
remarks
  • updatedAt - datetimestamp when the message note has been updated
user: MessageNoteUserAttributes
remarks
  • user - details of the user who posted the message note

Generated using TypeDoc