An attachment message to be sent to the contact center.

Hierarchy

  • SendMessage
    • AttachmentMessage

Constructors

  • Parameters

    • attachment: Readonly<File>

      The File to be sent.

    • Optionaltext: string

      Optional textual content of the message

    • OptionalparentMessageId: string

      The identifier of the message that is the parent of this message.

    Returns AttachmentMessage

Methods

  • Returns Readonly<File>

    The File to be sent.

  • Returns undefined | string

    The identifier of the message that is the parent of this message.

  • Returns undefined | string

    Textual content of the message.