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-03-21 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, enabling the input of user event data."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It provides two constructors, one default and another that takes an `InlineSource` instance for copying, and it includes the `UserEvents` property, a `RepeatedField` that is a list of `UserEvent` objects to import."]]],[]]