Class MetadataSuccessDetails

    • 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 getConversationId() The unique identifier of the conversation for which the metadata was successfully sent.
      • Methods inherited from class java.lang.Object

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

      • MetadataSuccessDetails

        MetadataSuccessDetails(String conversationId)
    • Method Detail

      • getConversationId

         final String getConversationId()

        The unique identifier of the conversation for which the metadata was successfully sent. Null if conversation is not created yet at the time of the event.