Interface OutgoingMessengerMessage

All Superinterfaces:
MessengerMessage
All Known Subinterfaces:
OutgoingMessengerAudioDataMessage, OutgoingMessengerFileDataMessage, OutgoingMessengerImageDataMessage, OutgoingMessengerMediaDataMessage, OutgoingMessengerRawMessage, OutgoingMessengerTextMessage, OutgoingMessengerVideoDataMessage

public interface OutgoingMessengerMessage extends MessengerMessage
Represents a messenger message that is to be sent to an external source by a MessengerConnector.
Since:
12.20
  • Method Summary

    Modifier and Type
    Method
    Description
    A unique identifier of the receiver / to of the message.
    The name of the receiver / to of the message.

    Methods inherited from interface com.novomind.ecom.api.iagent.messenger.model.MessengerMessage

    getDate
  • Method Details

    • getToId

      String getToId()
      A unique identifier of the receiver / to of the message.
      Returns:
      the id of the receiver / to of the message
      Since:
      12.20
    • getToName

      String getToName()
      The name of the receiver / to of the message.
      Returns:
      the name of the receiver / to of the message
      Since:
      12.20