public interface SendMessageResponse
SendMessageResponse
  • Method Details

    • getAcceptedTime

      Instant getAcceptedTime()
      Timestamp when the Conversation API accepted the message for delivery to the referenced contact.
      Returns:
      acceptedTime
      Read Only
      This field is returned by the server and cannot be modified
    • getMessageId

      String getMessageId()
      The ID of the message.
      Returns:
      messageId
      Read Only
      This field is returned by the server and cannot be modified
    • builder

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