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 in the Discovery Engine v1beta API is designed for capturing metadata used in search evaluations."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling its use in various data handling scenarios."],["It contains two key properties: `Query`, which represents the required search query string, and `Targets`, which is a list of `Target` objects related to the query."],["The `QueryEntry` class is found within the `Google.Cloud.DiscoveryEngine.V1Beta` namespace and is part of the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."],["The class also includes two constructors for creating instances: a default constructor and another that accepts an existing `SampleQuery.Types.QueryEntry` object for copying."]]],[]]