public sealed class UserEventInlineSource : IMessage<UserEventInlineSource>, IEquatable<UserEventInlineSource>, IDeepCloneable<UserEventInlineSource>, IBufferMessage, IMessage
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."],[[["`UserEventInlineSource` is a class within the `Google.Cloud.RecommendationEngine.V1Beta1` namespace, serving as an inline source for the input configuration of the `ImportUserEvents` method."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["`UserEventInlineSource` includes a constructor to create a new instance and another to clone an existing instance."],["The class features a `UserEvents` property, a `RepeatedField` of `UserEvent`, which represents a list of user events intended for import, with a recommendation of up to 10,000 items."]]],[]]