public sealed class CompleteQueryResponse : IMessage<CompleteQueryResponse>, IEquatable<CompleteQueryResponse>, IDeepCloneable<CompleteQueryResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class CompleteQueryResponse.
[[["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-09 UTC."],[[["The `CompleteQueryResponse` class in the Google Cloud Talent Solution v4 API provides the response structure for auto-complete queries."],["This class is part of the `Google.Cloud.Talent.V4` namespace and is found within the `Google.Cloud.Talent.V4.dll` assembly, and is available in version 2.4.0, as well as in older and newer versions."],["`CompleteQueryResponse` inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties like `CompletionResults`, which holds the matching job/company candidates, and `Metadata`, which contains additional API invocation information."],["Constructors for the `CompleteQueryResponse` class include a default constructor and a constructor that accepts another `CompleteQueryResponse` object as a parameter for initialization."]]],[]]