Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CXoneDigitalCreateDraftRequest

Hierarchy

  • CXoneDigitalCreateDraftRequest

Index

Properties

approvalRoutingQueue: { id?: string } | { skillId?: number }
remarks
  • object used for maintaining ID of the approval routing queue
attachments?: DigitalFileAttachment[]
remarks
  • attachments
id: string
remarks
  • ID generated from uuid
messageContent: MessageContent
remarks
  • object to maintain type and text of message
recipients: EndUserRecipients[]
remarks
  • array of end user recipients
replyByChannel?: { id: string }
remarks
  • Channel ID used to reply by particular channel (Optional)

Type declaration

  • id: string
replyToMessage?: { id: string }
remarks
  • ID used to reply individual message (Optional)

Type declaration

  • id: string
title?: string
remarks
  • Use to store Thread Title (Optional)

Generated using TypeDoc