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."],[[["The `UserEventImportSummary` class provides a summary of the status of imported user events within the Google Cloud Retail V2 service."],["This class tracks the number of user events that were successfully joined with existing catalog data, accessible via the `JoinedEventsCount` property."],["It also tracks the number of imported user events that could not be joined with catalog data, accessible via the `UnjoinedEventsCount` property."],["The `UserEventImportSummary` class is available across multiple versions of the Google.Cloud.Retail.V2 library, ranging from version 1.0.0 to the latest version, 2.12.0."],["The `UserEventImportSummary` class can be initialized via a default constructor or a constructor that takes an existing instance of the same class."]]],[]]