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 information for the `CompleteQueryResponse` class within the Google Cloud Discovery Engine v1 API, specifically version 1.2.0."],["The `CompleteQueryResponse` class is used as the response message for the `CompletionService.CompleteQuery` method."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CompleteQueryResponse` class include `QuerySuggestions`, which holds the ordered list of matched query suggestions, and `TailMatchTriggered`, which indicates if the suggestions are all tail suggestions."],["The latest version of CompleteQueryResponse is version 1.6.0, and a few older versions of the class can be found with links to their respective documentation."]]],[]]