public sealed class UserEventImportSummary : IMessage<UserEventImportSummary>, IEquatable<UserEventImportSummary>, IDeepCloneable<UserEventImportSummary>, IBufferMessage, IMessage
Reference documentation and code samples for the Recommendations AI v1beta1 API class UserEventImportSummary.
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 documentation covers the `UserEventImportSummary` class within the Google Cloud Recommendations AI v1beta1 API, specifically focusing on version 2.0.0-beta05."],["The `UserEventImportSummary` class provides a summary of the status of user event imports, indicating whether the events have complete existing catalog information or not."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`, offering methods for message handling, equality comparison, and deep cloning."],["The `UserEventImportSummary` class has two main properties, `JoinedEventsCount` and `UnjoinedEventsCount`, which respectively represent the count of imported user events with and without existing catalog information."],["There are 2 constructors for `UserEventImportSummary`, one with no parameter, and the other with `UserEventImportSummary other`."]]],[]]