public sealed class ImportSampleQueriesResponse : IMessage<ImportSampleQueriesResponse>, IEquatable<ImportSampleQueriesResponse>, IDeepCloneable<ImportSampleQueriesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class ImportSampleQueriesResponse.
Response of the
[SampleQueryService.ImportSampleQueries][google.cloud.discoveryengine.v1beta.SampleQueryService.ImportSampleQueries]
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"]],[["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."],[[["The `ImportSampleQueriesResponse` class is part of the Google Cloud Discovery Engine v1beta API, specifically within the `Google.Cloud.DiscoveryEngine.V1Beta` namespace, and is found in the Google.Cloud.DiscoveryEngine.V1Beta.dll assembly."],["This class represents the response received after calling the `SampleQueryService.ImportSampleQueries` method, indicating the result of a long-running operation related to importing sample queries."],["`ImportSampleQueriesResponse` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `object` class, showcasing its role in data handling and serialization within the .NET environment."],["The class has two key properties, `ErrorConfig` of type `ImportErrorConfig`, which defines the location for any import errors, and `ErrorSamples` of type `RepeatedField\u003cStatus\u003e`, which provides a collection of encountered errors during the request processing."]]],[]]