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-17 UTC."],[[["The `CompleteQueryResponse` class in the Google Cloud Talent Solution v4 API is used to represent the response of an auto-complete query."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CompleteQueryResponse` contains properties such as `CompletionResults`, which are the matching job or company candidates, and `Metadata`, which holds additional information about the API call."],["The latest version of the API documentation is 2.7.0, with versions ranging from 1.0.0 to 2.7.0 available in the documentation."],["The namespace for the `CompleteQueryResponse` is `Google.Cloud.Talent.V4` and the class can be constructed using either a default constructor or a constructor that takes another `CompleteQueryResponse` as a parameter."]]],[]]