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 page provides documentation for the `UserEventImportSummary` class within the `Google.Cloud.Retail.V2` namespace, which is used to summarize the import status of user events."],["The `UserEventImportSummary` class has been implemented across multiple versions, with version 2.12.0 being the most recent, and version 1.0.0 being the oldest one documented."],["The `UserEventImportSummary` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["This class includes two key properties: `JoinedEventsCount`, representing the count of events imported with complete catalog information, and `UnjoinedEventsCount`, representing the count of events imported with missing catalog information."],["The documentation provides the ability to see what the class looked like in many different versions of the application, and links to these different versions are available."]]],[]]