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-03-21 UTC."],[[["The `CompleteQueryResponse` class is a response object for auto-complete queries in the Google Cloud Talent API, specifically within the `Google.Cloud.Talent.V4` namespace."],["This class, which is part of the `Google.Cloud.Talent.V4.dll` assembly, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It offers two constructors: a default constructor (`CompleteQueryResponse()`) and a copy constructor (`CompleteQueryResponse(CompleteQueryResponse other)`), allowing the creation of new instances from existing ones."],["The `CompleteQueryResponse` contains properties such as `CompletionResults`, which is a `RepeatedField` of `CompletionResult` type, holding the matching job/company candidates and it also has `Metadata`, which is of type `ResponseMetadata`, holding any additional API info."],["The latest version available for `CompleteQueryResponse` is version 2.7.0, however, the provided details are specific to the 1.4.0 version of the class."]]],[]]