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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]