public sealed class ImportCompletionSuggestionsRequest.Types.InlineSource : IMessage<ImportCompletionSuggestionsRequest.Types.InlineSource>, IEquatable<ImportCompletionSuggestionsRequest.Types.InlineSource>, IDeepCloneable<ImportCompletionSuggestionsRequest.Types.InlineSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class ImportCompletionSuggestionsRequest.Types.InlineSource.
[[["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 is for the `InlineSource` class within the `ImportCompletionSuggestionsRequest.Types` namespace, part of the Google Cloud Discovery Engine v1beta API, specifically version 1.0.0-beta17."],["The `InlineSource` class serves as the inline source for `CompletionSuggestions` in the API."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which enables it to work with Google's Protobuf framework."],["`InlineSource` has two constructors, one default and one that accepts another `InlineSource` object for copying, and has a `Suggestions` property, of the `RepeatedField` type, which is a list of `CompletionSuggestion`."],["The `Suggestions` property is a required list of up to 1000 completion suggestion entries to be imported."]]],[]]