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, which is used as an inline source for the `ImportUserEvents` method within the Google Cloud Retail V2 API."],["The latest version of the `UserEventInlineSource` class is 2.12.0, with numerous previous versions dating back to version 1.0.0 also available, which can be found on the provided links."],["`UserEventInlineSource` inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `UserEvents` property of type `RepeatedField\u003cUserEvent\u003e` that contains a list of user events to be imported, with a recommended maximum of 10,000 items."],["The class provides two constructors: a parameterless constructor and one that accepts another `UserEventInlineSource` object as a parameter."]]],[]]