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