java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.messages.whatsapp.Reply
All Implemented Interfaces:
Jsonable

public final class Reply extends JsonableBaseObject
Used for inbound interactive messages.
Since:
7.2.0
  • Method Details

    • getId

      public String getId()
      An identifier to help identify the exact interactive message response.
      Returns:
      The reply ID.
    • getTitle

      public String getTitle()
      The title displayed on the interactive option chosen.
      Returns:
      The chosen option's title.
    • getDescription

      A description that may be added to the interactive options presented (available only on interactive lists).
      Returns:
      The description, or null if not applicable.