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."],[[["This webpage provides documentation for the `UserEventImportSummary` class within the `Google.Cloud.Retail.V2` namespace, covering versions from 1.0.0 to 2.12.0, where 2.12.0 is the latest."],["The `UserEventImportSummary` class offers a summary of the user event import status, including details on the number of events with and without complete catalog information."],["It inherits from the `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like message handling, equality checks, deep cloning, and buffered message support."],["The class contains 2 constructors, both `UserEventImportSummary()` and `UserEventImportSummary(UserEventImportSummary other)`, and two distinct properties, `JoinedEventsCount` and `UnjoinedEventsCount`, detailing the count of user events imported with and without complete existing catalog information respectively."]]],[]]