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 for `UserEventImportSummary` is 2.12.0, as part of the Google.Cloud.Retail.V2 namespace."],["Multiple versions of `UserEventImportSummary` are documented, ranging from version 1.0.0 to the latest 2.12.0, including all minor versions in between."],["`UserEventImportSummary` class provides a summary of the import status for user events and inherits from the base Object class, implementing several interfaces."],["The `UserEventImportSummary` class has two constructors, one default and one that accepts another instance of `UserEventImportSummary` as a parameter."],["The `UserEventImportSummary` class tracks the count of user events that were imported successfully with existing catalog information, via `JoinedEventsCount`, and the count of user events imported without corresponding catalog information, via `UnjoinedEventsCount`."]]],[]]