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-04-17 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`."]]],[]]