public sealed class UserEventImportSummary : IMessage<UserEventImportSummary>, IEquatable<UserEventImportSummary>, IDeepCloneable<UserEventImportSummary>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class UserEventImportSummary.
A summary of import result. The UserEventImportSummary summarizes
the import status for user events.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `UserEventImportSummary` class in the Retail v2 API provides a summary of the user event import status."],["Version 2.12.0 is the latest version of the API, while 2.8.0 is the current version, that we are focusing on, with prior versions dating back to version 1.0.0."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two main properties: `JoinedEventsCount` which counts events imported with existing catalog information, and `UnjoinedEventsCount` which counts events where catalog information is not found."],["The class has two constructors: a default constructor `UserEventImportSummary()` and a copy constructor `UserEventImportSummary(UserEventImportSummary other)`."]]],[]]