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."],[[["`UserEventImportSummary` is a class that provides a summary of the import status for user events."],["This class inherits from `Object` and implements `IMessage\u003cUserEventImportSummary\u003e`, `IEquatable\u003cUserEventImportSummary\u003e`, `IDeepCloneable\u003cUserEventImportSummary\u003e`, `IBufferMessage`, and `IMessage`."],["The class contains properties for tracking the count of both joined events (`JoinedEventsCount`) and unjoined events (`UnjoinedEventsCount`)."],["There are two constructors for `UserEventImportSummary`: a default constructor and one that takes another `UserEventImportSummary` instance as a parameter."],["The namespace for this class is `Google.Cloud.RecommendationEngine.V1Beta1`, and it is part of the `Google.Cloud.RecommendationEngine.V1Beta1.dll` assembly."]]],[]]