public sealed class UserEventImportSummary : IMessage<UserEventImportSummary>, IEquatable<UserEventImportSummary>, IDeepCloneable<UserEventImportSummary>, IBufferMessage, IMessage
Reference documentation and code samples for the Recommendations AI v1beta1 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."],[[["This documentation covers the `UserEventImportSummary` class within the Recommendations AI v1beta1 API, which provides a summary of the status of imported user events."],["The `UserEventImportSummary` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are three available versions of the API that users can reference: 2.0.0-beta06 (latest), 2.0.0-beta05, and 1.0.0-beta03."],["This class has two constructors, `UserEventImportSummary()` and `UserEventImportSummary(UserEventImportSummary other)`, with the latter taking another `UserEventImportSummary` instance as a parameter."],["The class contains two properties, `JoinedEventsCount` and `UnjoinedEventsCount`, which are both of type `long` and provide counts for user events that either have or do not have corresponding catalog information."]]],[]]