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."],[[["The latest version available for `CompleteQueryResponse` is 2.7.0, with this documentation specifically detailing version 1.3.0."],["`CompleteQueryResponse` is a class within the `Google.Cloud.Talent.V4` namespace, used to handle the response of an auto-complete query in the Google Cloud Talent API."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two constructors, one default and one that takes another `CompleteQueryResponse` object as a parameter for creating a copy."],["It contains properties like `CompletionResults`, which holds the results of matching job/company candidates, and `Metadata` that contains information about the API invocation."]]],[]]