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."],[[["This document provides reference documentation for the `CompleteQueryResponse` class within the Google Cloud Discovery Engine v1 API, specifically version 1.4.0, and details how to use its methods and properties."],["The `CompleteQueryResponse` class is a response message for the `CompletionService.CompleteQuery` method and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors: `CompleteQueryResponse()` and `CompleteQueryResponse(CompleteQueryResponse other)` which is a copy constructor."],["The `QuerySuggestions` property provides a list of matched query suggestions, ordered with the top suggestion first, while `TailMatchTriggered` indicates if the suggestions are tail suggestions."],["The documentation covers multiple versions of the API, with version 1.6.0 being the most recent, and spans back to version 1.0.0-beta06."]]],[]]