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"]],[["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."],[[["This webpage details the `UserEventInlineSource` class within the `Google.Cloud.Retail.V2` namespace, which is part of the Google Cloud Retail API's .NET library."],["`UserEventInlineSource` serves as the inline source for input configurations when using the `ImportUserEvents` method and it is used to represent a list of user events."],["The latest version of this class is 2.12.0, with a range of previous versions, including 2.0.0, listed and accessible."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is inherited from the base `Object` class."],["The class contains the property `UserEvents` which is a list of user events to import and can contain a max of 10k items, it is a repeated field of type `UserEvent`."]]],[]]