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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation covers the \u003ccode\u003eUserEventImportSummary\u003c/code\u003e class within the Recommendations AI v1beta1 API, which provides a summary of the status of imported user events.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUserEventImportSummary\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are three available versions of the API that users can reference: 2.0.0-beta06 (latest), 2.0.0-beta05, and 1.0.0-beta03.\u003c/p\u003e\n"],["\u003cp\u003eThis class has two constructors, \u003ccode\u003eUserEventImportSummary()\u003c/code\u003e and \u003ccode\u003eUserEventImportSummary(UserEventImportSummary other)\u003c/code\u003e, with the latter taking another \u003ccode\u003eUserEventImportSummary\u003c/code\u003e instance as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains two properties, \u003ccode\u003eJoinedEventsCount\u003c/code\u003e and \u003ccode\u003eUnjoinedEventsCount\u003c/code\u003e, which are both of type \u003ccode\u003elong\u003c/code\u003e and provide counts for user events that either have or do not have corresponding catalog information.\u003c/p\u003e\n"]]],[],null,["# Recommendations AI v1beta1 API - Class UserEventImportSummary (2.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.RecommendationEngine.V1Beta1/latest/Google.Cloud.RecommendationEngine.V1Beta1.UserEventImportSummary)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.RecommendationEngine.V1Beta1/2.0.0-beta05/Google.Cloud.RecommendationEngine.V1Beta1.UserEventImportSummary)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.RecommendationEngine.V1Beta1/1.0.0-beta03/Google.Cloud.RecommendationEngine.V1Beta1.UserEventImportSummary) \n\n public sealed class UserEventImportSummary : IMessage\u003cUserEventImportSummary\u003e, IEquatable\u003cUserEventImportSummary\u003e, IDeepCloneable\u003cUserEventImportSummary\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Recommendations AI v1beta1 API class UserEventImportSummary.\n\nA summary of import result. The UserEventImportSummary summarizes\nthe import status for user events. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UserEventImportSummary \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UserEventImportSummary](/dotnet/docs/reference/Google.Cloud.RecommendationEngine.V1Beta1/latest/Google.Cloud.RecommendationEngine.V1Beta1.UserEventImportSummary), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UserEventImportSummary](/dotnet/docs/reference/Google.Cloud.RecommendationEngine.V1Beta1/latest/Google.Cloud.RecommendationEngine.V1Beta1.UserEventImportSummary), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UserEventImportSummary](/dotnet/docs/reference/Google.Cloud.RecommendationEngine.V1Beta1/latest/Google.Cloud.RecommendationEngine.V1Beta1.UserEventImportSummary), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.RecommendationEngine.V1Beta1](/dotnet/docs/reference/Google.Cloud.RecommendationEngine.V1Beta1/latest/Google.Cloud.RecommendationEngine.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.RecommendationEngine.V1Beta1.dll\n\nConstructors\n------------\n\n### UserEventImportSummary()\n\n public UserEventImportSummary()\n\n### UserEventImportSummary(UserEventImportSummary)\n\n public UserEventImportSummary(UserEventImportSummary other)\n\nProperties\n----------\n\n### JoinedEventsCount\n\n public long JoinedEventsCount { get; set; }\n\nCount of user events imported with complete existing catalog information.\n\n### UnjoinedEventsCount\n\n public long UnjoinedEventsCount { get; set; }\n\nCount of user events imported, but with catalog information not found\nin the imported catalog."]]