public sealed class CompleteQueryResponse : IMessage<CompleteQueryResponse>, IEquatable<CompleteQueryResponse>, IDeepCloneable<CompleteQueryResponse>, IBufferMessage, IMessage
[[["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-17 UTC."],[[["This document outlines the `CompleteQueryResponse` class, which is part of the Google Cloud Talent V4 API, specifically within version 2.0.0 of the .NET library."],["`CompleteQueryResponse` serves as the response object for auto-complete queries, containing methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` that it inherits from the base object class."],["The class `CompleteQueryResponse` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing a response in the form of a list of `CompletionResult` objects, which can be accessed via the `CompletionResults` property."],["The `CompleteQueryResponse` class also has a property called `Metadata` which contains additional information about the API invocation."],["The documented version of the `CompleteQueryResponse` class has had versions ranging from 1.0.0 up to the latest, 2.7.0."]]],[]]