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."],[[["The `UserEventInputConfig` class is designed for configuring the input source of user events in the Google Cloud Retail V2 API."],["This class supports multiple input sources, including BigQuery, Google Cloud Storage (GCS), and inline data, which can be set using the `BigQuerySource`, `GcsSource`, or `UserEventInlineSource` properties."],["Version 2.12.0 is the latest version of the UserEventInputConfig, and historical versions back to 1.0.0 are also documented and linked for reference."],["The `UserEventInputConfig` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffered message operations."],["The class includes a parameter in the constructor which is used to create a copy of the UserEventInputConfig, by passing the object in as a parameter, and has additional properties to indicate the property value and it's description."]]],[]]