Package zendesk.android.events
Class ZendeskEvent.ConversationWithAgentRequested
-
- All Implemented Interfaces:
public final class ZendeskEvent.ConversationWithAgentRequested extends ZendeskEvent
This event is emitted when the user requests a conversation with the agent.
-
-
Constructor Summary
Constructors Constructor Description ZendeskEvent.ConversationWithAgentRequested(String id, Long timestamp, ConversationWithAgentRequestedDetails data)
-
Method Summary
Modifier and Type Method Description final StringgetId()The unique identifier of the event. final LonggetTimestamp()The Unix timestamp when the event fired. final ConversationWithAgentRequestedDetailsgetData()The details of the event, including the conversationId. -
-
Constructor Detail
-
ZendeskEvent.ConversationWithAgentRequested
ZendeskEvent.ConversationWithAgentRequested(String id, Long timestamp, ConversationWithAgentRequestedDetails data)
-
-
Method Detail
-
getTimestamp
final Long getTimestamp()
The Unix timestamp when the event fired.
-
getData
final ConversationWithAgentRequestedDetails getData()
The details of the event, including the conversationId.
-
-
-
-