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 details the `UserEventImportSummary` class within the `Google.Cloud.Retail.V2` namespace, which provides a summary of the import status for user events."],["The latest version available for this class is 2.12.0, with multiple earlier versions also accessible, ranging back to 1.0.0."],["The `UserEventImportSummary` class can be instantiated using a default constructor or a constructor that accepts another `UserEventImportSummary` instance."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The `UserEventImportSummary` class contains properties for `JoinedEventsCount` and `UnjoinedEventsCount`, which represent the number of user events successfully linked with existing catalog data and the number that couldn't be linked, respectively."]]],[]]