Class Reply
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.messages.whatsapp.Reply
- All Implemented Interfaces:
Jsonable
Used for inbound interactive messages.
- Since:
- 7.2.0
-
Method Summary
Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Method Details
-
getId
An identifier to help identify the exact interactive message response.- Returns:
- The reply ID.
-
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
nullif not applicable.
-