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-04-17 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 of the .NET library."],["The `UserEventImportSummary` class is used to summarize the results of user event imports, detailing the status of user events."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and providing essential methods for object handling."],["The `UserEventImportSummary` class includes two key properties: `JoinedEventsCount` which tracks the number of user events with existing catalog data, and `UnjoinedEventsCount`, which tracks user events that lack corresponding catalog information."],["The latest version of the library provided is version 2.12.0."]]],[]]