public sealed class Condition.Types.QueryTerm : IMessage<Condition.Types.QueryTerm>, IEquatable<Condition.Types.QueryTerm>, IDeepCloneable<Condition.Types.QueryTerm>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class Condition.Types.QueryTerm.
Must be lowercase, must be UTF-8.
Can have at most 3 space separated terms if full_match is true.
Cannot be an empty string.
Maximum length of 5000 characters.
[[["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 `Condition.Types.QueryTerm` class, a part of the Discovery Engine v1 API within the Google Cloud .NET library."],["`QueryTerm` serves as a matcher for search request queries and is implemented as a sealed class, inheriting from `object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, `QueryTerm()` and `QueryTerm(Condition.Types.QueryTerm other)`, for creating instances, and its properties include `FullMatch` (a boolean indicating if the query requires an exact match) and `Value` (the string query to be matched, subject to specific formatting and length constraints)."],["There are several versions of this documentation available, ranging from version 1.0.0-beta06 to the latest version, 1.6.0."]]],[]]