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 Retail v2 API class Condition.Types.QueryTerm.
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.
For example, "a b c" is 3 terms and allowed, but " a b c d" is 4 terms
and not allowed for a 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 `Condition.Types.QueryTerm` class within the Google Cloud Retail v2 API, covering versions from 1.0.0 to the latest 2.12.0."],["`Condition.Types.QueryTerm` is used to define the query terms for matching in the Retail API and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class `Condition.Types.QueryTerm` includes properties such as `FullMatch`, which indicates if a query should be a full or partial match, and `Value`, which is the term to be matched, and cannot be empty, with specific limits on terms for partial matches."],["There are two constructors available for `Condition.Types.QueryTerm`: a default one and one that takes another `Condition.Types.QueryTerm` object as a parameter."],["This class belongs to the `Google.Cloud.Retail.V2` namespace and is located within the `Google.Cloud.Retail.V2.dll` assembly."]]],[]]