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 numerous earlier versions also accessible, dating back to 1.0.0."],["`CompleteQueryResponse` serves as the response structure for auto-complete queries within the Google Cloud Talent V4 API."],["This class inherits from `System.Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CompleteQueryResponse` class includes a `CompletionResults` property that contains the results of matching job/company candidates, and a `Metadata` property for request tracking information."],["`CompleteQueryResponse` can be created with no parameters or another `CompleteQueryResponse` object as a parameter in its constructors."]]],[]]