public sealed class ImportCompletionSuggestionsResponse : IMessage<ImportCompletionSuggestionsResponse>, IEquatable<ImportCompletionSuggestionsResponse>, IDeepCloneable<ImportCompletionSuggestionsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class ImportCompletionSuggestionsResponse.
Response of the
[CompletionService.ImportCompletionSuggestions][google.cloud.discoveryengine.v1beta.CompletionService.ImportCompletionSuggestions]
method. If the long running operation is done, this message is returned by
the google.longrunning.Operations.response field if the operation is
successful.
[[["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."],[[["\u003cp\u003eThe \u003ccode\u003eImportCompletionSuggestionsResponse\u003c/code\u003e class is part of the Google Cloud Discovery Engine v1beta API, specifically within the \u003ccode\u003eGoogle.Cloud.DiscoveryEngine.V1Beta\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class serves as the response message for the \u003ccode\u003eCompletionService.ImportCompletionSuggestions\u003c/code\u003e method, providing details upon successful completion of a long-running operation.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties such as \u003ccode\u003eErrorConfig\u003c/code\u003e to specify the location of errors, and \u003ccode\u003eErrorSamples\u003c/code\u003e, a collection of errors encountered during the import process.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is 1.0.0-beta18, and a previous one 1.0.0-beta17 also exists.\u003c/p\u003e\n"]]],[],null,["# Discovery Engine v1beta API - Class ImportCompletionSuggestionsResponse (1.0.0-beta19)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta19 (latest)](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ImportCompletionSuggestionsResponse)\n- [1.0.0-beta18](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/1.0.0-beta18/Google.Cloud.DiscoveryEngine.V1Beta.ImportCompletionSuggestionsResponse) \n\n public sealed class ImportCompletionSuggestionsResponse : IMessage\u003cImportCompletionSuggestionsResponse\u003e, IEquatable\u003cImportCompletionSuggestionsResponse\u003e, IDeepCloneable\u003cImportCompletionSuggestionsResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Discovery Engine v1beta API class ImportCompletionSuggestionsResponse.\n\nResponse of the\n\\[CompletionService.ImportCompletionSuggestions\\]\\[google.cloud.discoveryengine.v1beta.CompletionService.ImportCompletionSuggestions\\]\nmethod. If the long running operation is done, this message is returned by\nthe google.longrunning.Operations.response field if the operation is\nsuccessful. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ImportCompletionSuggestionsResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ImportCompletionSuggestionsResponse](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ImportCompletionSuggestionsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ImportCompletionSuggestionsResponse](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ImportCompletionSuggestionsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ImportCompletionSuggestionsResponse](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ImportCompletionSuggestionsResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DiscoveryEngine.V1Beta](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.DiscoveryEngine.V1Beta.dll\n\nConstructors\n------------\n\n### ImportCompletionSuggestionsResponse()\n\n public ImportCompletionSuggestionsResponse()\n\n### ImportCompletionSuggestionsResponse(ImportCompletionSuggestionsResponse)\n\n public ImportCompletionSuggestionsResponse(ImportCompletionSuggestionsResponse other)\n\nProperties\n----------\n\n### ErrorConfig\n\n public ImportErrorConfig ErrorConfig { get; set; }\n\nThe desired location of errors incurred during the Import.\n\n### ErrorSamples\n\n public RepeatedField\u003cStatus\u003e ErrorSamples { get; }\n\nA sample of errors encountered while processing the request."]]