Package zendesk.android.events
Class ConversationWithAgentRequestedDetails
-
- All Implemented Interfaces:
public final class ConversationWithAgentRequestedDetails
Data class representing the details for the ZendeskEvent.ConversationWithAgentRequested.
-
-
Field Summary
Fields Modifier and Type Field Description private final String
conversationId
-
Constructor Summary
Constructors Constructor Description ConversationWithAgentRequestedDetails(String conversationId)
-
Method Summary
Modifier and Type Method Description final String
getConversationId()
The unique identifier of the conversation. -
-
Constructor Detail
-
ConversationWithAgentRequestedDetails
ConversationWithAgentRequestedDetails(String conversationId)
-
-
Method Detail
-
getConversationId
final String getConversationId()
The unique identifier of the conversation.
-
-
-
-