Class ZendeskEvent.MetadataFailure

  • All Implemented Interfaces:

    
    public final class ZendeskEvent.MetadataFailure
    extends ZendeskEvent
                        

    This event is emitted when sending the conversation metadata to the server has failed.

    Metadata is sent when the end user either sends a message or creates a new conversation.

    • 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 Long getTimestamp() The Unix timestamp when the event fired.
      final MetadataFailureDetails getData() The details of the metadata failure, including the conversation ID and a human-readable reason.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait