Package zendesk.android.events
Class ZendeskEvent.ConversationServedByAgent
-
- All Implemented Interfaces:
public final class ZendeskEvent.ConversationServedByAgent extends ZendeskEvent
This event is emitted when a conversation is served by an agent.
-
-
Constructor Summary
Constructors Constructor Description ZendeskEvent.ConversationServedByAgent(String id, Long timestamp, ConversationServedByAgentDetails 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 ConversationServedByAgentDetailsgetData()The details of the conversation served by the agent. -
-
Constructor Detail
-
ZendeskEvent.ConversationServedByAgent
ZendeskEvent.ConversationServedByAgent(String id, Long timestamp, ConversationServedByAgentDetails data)
-
-
Method Detail
-
getTimestamp
final Long getTimestamp()
The Unix timestamp when the event fired.
-
getData
final ConversationServedByAgentDetails getData()
The details of the conversation served by the agent.
-
-
-
-