public sealed class CompleteQueryResponse : IMessage<CompleteQueryResponse>, IEquatable<CompleteQueryResponse>, IDeepCloneable<CompleteQueryResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class CompleteQueryResponse.
Response message for
[CompletionService.CompleteQuery][google.cloud.discoveryengine.v1.CompletionService.CompleteQuery]
method.
[[["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 latest version of the `CompleteQueryResponse` class is 1.6.0, within the Google.Cloud.DiscoveryEngine.V1 namespace, and it's part of the Discovery Engine v1 API."],["The `CompleteQueryResponse` class is a response message for the `CompletionService.CompleteQuery` method, designed to provide query suggestions."],["This class inherits from `object` and implements `IMessage`, `IEquatable\u003cCompleteQueryResponse\u003e`, `IDeepCloneable\u003cCompleteQueryResponse\u003e`, and `IBufferMessage`, offering functionalities such as deep cloning and message handling."],["The class provides two constructors, a default constructor and another that takes an existing `CompleteQueryResponse` object for parameter-based initialization."],["`CompleteQueryResponse` includes properties such as `QuerySuggestions`, which is a list of ordered query suggestions, and `TailMatchTriggered`, which indicates whether returned suggestions are tail suggestions."]]],[]]