Interface TextMessageRequest

All Known Implementing Classes:
MessengerTextRequest, RcsTextRequest, SmsTextRequest, ViberTextRequest, WhatsappTextRequest

public interface TextMessageRequest
Convenience interface to indicate that MessageRequest.getMessageType() is MessageType.TEXT.
Since:
8.11.0
  • Method Details

    • getText

      Get the text field of the message.
      Returns:
      The message text as set on the builder.