public sealed class UserEventInputConfig : IMessage<UserEventInputConfig>, IEquatable<UserEventInputConfig>, IDeepCloneable<UserEventInputConfig>, IBufferMessage, IMessage
[[["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 `UserEventInputConfig` class within the `Google.Cloud.Retail.V2` namespace, which is designed for configuring the input source of user events."],["The `UserEventInputConfig` class is part of the `Google.Cloud.Retail.V2.dll` assembly and has been implemented with multiple versions, from 1.0.0 up to the latest 2.12.0."],["`UserEventInputConfig` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The class offers various properties to specify the source of user events, such as `BigQuerySource`, `GcsSource`, and `UserEventInlineSource`, along with a `SourceCase` property to distinguish between input sources."],["There are two constructors available, a default constructor `UserEventInputConfig()` and another allowing input of an instance of `UserEventInputConfig` named `other`."]]],[]]