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 page provides documentation for the `UserEventInputConfig` class within the `Google.Cloud.Retail.V2` namespace, covering versions from 1.0.0 to 2.12.0, with 2.12.0 being the latest."],["The `UserEventInputConfig` class serves as the input configuration source for user events and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors to create new instances, and accept another `UserEventInputConfig` object to set up an object."],["Key properties of `UserEventInputConfig` are `BigQuerySource`, `GcsSource`, `SourceCase`, and `UserEventInlineSource`, which define different types of input sources for user events."],["`UserEventInputConfig` inherits from the base class Object, which contains basic methods like GetHashCode, GetType, and ToString, among others."]]],[]]