public sealed class UserEventInlineSource : IMessage<UserEventInlineSource>, IEquatable<UserEventInlineSource>, IDeepCloneable<UserEventInlineSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Recommendations AI v1beta1 API class UserEventInlineSource.
The inline source for the input config for ImportUserEvents method.
[[["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."],[[["The `UserEventInlineSource` class is part of the Recommendations AI v1beta1 API, used within the `Google.Cloud.RecommendationEngine.V1Beta1` namespace and is found in the `Google.Cloud.RecommendationEngine.V1Beta1.dll` assembly."],["This class serves as the inline source for configuring input when using the `ImportUserEvents` method, providing a way to define user events directly within the import configuration."],["`UserEventInlineSource` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the base `object` class."],["The `UserEvents` property of `UserEventInlineSource` allows for the inclusion of a list of user events to be imported, with a recommended maximum of 10,000 items."],["There are three available versions listed; 2.0.0-beta06, 2.0.0-beta05, and 1.0.0-beta03, with 2.0.0-beta06 being the latest."]]],[]]