Package zendesk.android.events
Class ZendeskEvent.ConversationAgentAssigned
-
- All Implemented Interfaces:
public final class ZendeskEvent.ConversationAgentAssigned extends ZendeskEvent
Event emitted when an agent is assigned to a conversation.
-
-
Constructor Summary
Constructors Constructor Description ZendeskEvent.ConversationAgentAssigned(String id, Long timestamp, ConversationAgentAssignedDetails 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 ConversationAgentAssignedDetailsgetData()The details of the event, including the conversation ID. -
-
Constructor Detail
-
ZendeskEvent.ConversationAgentAssigned
ZendeskEvent.ConversationAgentAssigned(String id, Long timestamp, ConversationAgentAssignedDetails data)
-
-
Method Detail
-
getTimestamp
final Long getTimestamp()
The Unix timestamp when the event fired.
-
getData
final ConversationAgentAssignedDetails getData()
The details of the event, including the conversation ID.
-
-
-
-