public sealed class SampleQuery.Types.QueryEntry : IMessage<SampleQuery.Types.QueryEntry>, IEquatable<SampleQuery.Types.QueryEntry>, IDeepCloneable<SampleQuery.Types.QueryEntry>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class SampleQuery.Types.QueryEntry.
Query Entry captures metadata to be used for search evaluation.
[[["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 `SampleQuery.Types.QueryEntry` class is part of the Discovery Engine v1beta API, designed for capturing metadata used in search evaluation."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the Google Protobuf framework."],["The latest version available is 1.0.0-beta18, with 1.0.0-beta17 also available."],["`QueryEntry` has two constructors: a default one and another that takes an existing `SampleQuery.Types.QueryEntry` object for copying."],["It contains two key properties: `Query`, a string representing the search query, and `Targets`, a list of targets associated with the query for evaluation."]]],[]]