Package zendesk.android.events
Class PostbackButtonClickedDetails
-
- All Implemented Interfaces:
public final class PostbackButtonClickedDetailsData class representing the details for the ZendeskEvent.PostbackButtonClicked.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringconversationIdprivate final StringactionName
-
Constructor Summary
Constructors Constructor Description PostbackButtonClickedDetails(String conversationId, String actionName)
-
Method Summary
Modifier and Type Method Description final StringgetConversationId()The unique identifier of the conversation. final StringgetActionName()The name of the action associated with the postback button. -
-
Method Detail
-
getConversationId
final String getConversationId()
The unique identifier of the conversation.
-
getActionName
final String getActionName()
The name of the action associated with the postback button.
-
-
-
-