Package zendesk.android.events
Class PostbackButtonClickedDetails
-
- All Implemented Interfaces:
public final class PostbackButtonClickedDetails
Data class representing the details for the ZendeskEvent.PostbackButtonClicked.
-
-
Field Summary
Fields Modifier and Type Field Description private final String
conversationId
private final String
actionName
-
Constructor Summary
Constructors Constructor Description PostbackButtonClickedDetails(String conversationId, String actionName)
-
Method Summary
Modifier and Type Method Description final String
getConversationId()
The unique identifier of the conversation. final String
getActionName()
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.
-
-
-
-