Class ZendeskEvent.ConversationOpened

  • All Implemented Interfaces:

    
    public final class ZendeskEvent.ConversationOpened
    extends ZendeskEvent
                        

    Event emitted when the conversation view is shown to the user.

    This event will be emitted immediately after the view is shown to the user and will not wait until a conversation is created hence the conversationId can be null.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getId() The unique identifier of the event.
      final String getConversationId() The unique identifier of the conversation.
      final Long getTimestamp() The Unix timestamp when the conversation was opened.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ZendeskEvent.ConversationOpened

        ZendeskEvent.ConversationOpened(String id, String conversationId, Long timestamp)