public sealed class UserEventImportSummary : IMessage<UserEventImportSummary>, IEquatable<UserEventImportSummary>, IDeepCloneable<UserEventImportSummary>, IBufferMessage, IMessage
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 latest version available is 2.12.0, with a range of previous versions available dating back to 1.0.0 for the Google.Cloud.Retail.V2 package."],["`UserEventImportSummary` is a class that provides a summary of the status of imported user events, including those that were successfully joined with existing catalog data and those that were not."],["The `UserEventImportSummary` class includes two primary properties, `JoinedEventsCount` and `UnjoinedEventsCount`, both of which are of type Int64, representing the count of user events that were joined and unjoined, respectively."],["This class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for message handling and data management."]]],[]]