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 the inline source for the input configuration of the `ImportUserEvents` method within the Google Cloud Retail V2 API."],["The latest version of `UserEventInlineSource` is 2.12.0, and the page provides documentation and links to previous versions, going back to version 1.0.0."],["The `UserEventInlineSource` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `UserEvents` property is a required list of user events to import, with a recommended maximum of 10,000 items, and it is of type `RepeatedField\u003cUserEvent\u003e`."],["The class includes two constructors, `UserEventInlineSource()` and `UserEventInlineSource(UserEventInlineSource other)`, with the second used for creating a copy of an existing `UserEventInlineSource` object."]]],[]]