public sealed class ImportUserEventsRequest.Types.InlineSource : IMessage<ImportUserEventsRequest.Types.InlineSource>, IEquatable<ImportUserEventsRequest.Types.InlineSource>, IDeepCloneable<ImportUserEventsRequest.Types.InlineSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class ImportUserEventsRequest.Types.InlineSource.
The inline source for the input config for ImportUserEvents method.
[[["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-02 UTC."],[[["This documentation covers the `ImportUserEventsRequest.Types.InlineSource` class, which is part of the Discovery Engine v1beta API within the Google.Cloud.DiscoveryEngine.V1Beta namespace."],["`InlineSource` serves as the inline source configuration for the `ImportUserEvents` method, facilitating the import of user event data."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer message operations."],["`InlineSource` includes a `UserEvents` property, which is a required field representing a list of `UserEvent` objects, with a recommendation to have a maximum of 10,000 items."],["There are two constructors available for `InlineSource`, one parameterless, and another that takes another instance of `ImportUserEventsRequest.Types.InlineSource` as an argument for copying."]]],[]]