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 is a summary of the status of imported user events."],["The latest version available for this class is 2.12.0, with numerous previous versions ranging from 1.0.0 up to 2.11.0 also documented here, all with the same class information."],["The `UserEventImportSummary` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to help with various operations."],["Key properties of the class include `JoinedEventsCount` and `UnjoinedEventsCount`, representing the number of user events imported with and without matching catalog data, respectively, both of which are of type `Int64`."],["The `UserEventImportSummary` class can be instantiated via 2 constructors, one with no parameters and another using an existing `UserEventImportSummary` object."]]],[]]