public sealed class QueryTerm : IMessage<Condition.Types.QueryTerm>, IEquatable<Condition.Types.QueryTerm>, IDeepCloneable<Condition.Types.QueryTerm>, IBufferMessage, IMessage
The value of the term to match on.
Value cannot be empty.
Value can have at most 3 terms if specified as a partial match. Each
space separated string is considered as one term.
Example) "a b c" is 3 terms and allowed, " a b c d" is 4 terms and not
allowed for partial match.
[[["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 webpage provides documentation for the `QueryTerm` class within the `Google.Cloud.Retail.V2` namespace, detailing its structure, inheritance, implementations, and available versions."],["The `QueryTerm` class is used to define the terms that should be matched in queries, offering both full and partial matching capabilities as determined by the `FullMatch` property."],["The class has been updated and has many older versions available to navigate to, from the most recent version 2.12.0 all the way down to version 1.0.0, but all within the context of the `QueryTerm` type."],["The `Value` property is a string that holds the value to match against, with the constraint that partial matches can only have up to three terms."]]],[]]