Interface SendNotifyTextMessageResponse.Builder

  • Method Details

    • messageId

      The unique identifier for the message.

      Parameters:
      messageId - The unique identifier for the message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateId

      The unique identifier of the template used for the message.

      Parameters:
      templateId - The unique identifier of the template used for the message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resolvedMessageBody

      SendNotifyTextMessageResponse.Builder resolvedMessageBody(String resolvedMessageBody)

      The message body after template variable substitution has been applied.

      Parameters:
      resolvedMessageBody - The message body after template variable substitution has been applied.
      Returns:
      Returns a reference to this object so that method calls can be chained together.