public interface ReplyTo
If the contact message was a response to a previous App message then this field contains information about that.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Dedicated Builder
  • Method Summary

    Modifier and Type
    Method
    Description
    Getting builder
    Required.
  • Method Details

    • getMessageId

      String getMessageId()
      Required. The Id of the message that this is a response to
      Returns:
      messageId
    • builder

      static ReplyTo.Builder builder()
      Getting builder
      Returns:
      New Builder instance