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 provides documentation for the `UserEventInputConfig` class within the `Google.Cloud.Retail.V2` namespace, specifically outlining its structure, inheritance, and implementation details across multiple versions."],["The latest version of this class is 2.12.0, and the page also includes documentation for numerous prior releases, dating back to version 1.0.0."],["`UserEventInputConfig` is designed to handle user event input from various sources, including BigQuery, Google Cloud Storage, and inline sources, indicated by the `BigQuerySource`, `GcsSource`, and `UserEventInlineSource` properties."],["The class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` providing functionalities like message handling, equality checks, deep cloning, and buffer message processing."],["`UserEventInputConfig` offers two constructors: a default constructor and another that accepts an instance of itself for cloning."]]],[]]