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-04-17 UTC."],[[["This webpage provides documentation for the `Condition.Types.QueryTerm` class within the Google Cloud Retail V2 API, with the latest version being 2.12.0."],["The `QueryTerm` class is used to define the terms that should be matched in a query and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `QueryTerm` class contains properties `FullMatch` to specify a full or partial match, and `Value` which indicates the string value to be matched in the query."],["The page lists available versions of the `QueryTerm` class ranging from version 1.0.0 up to 2.12.0, with links to their respective documentations."],["Constructors for the `QueryTerm` class include a default constructor `QueryTerm()` and an overload `QueryTerm(QueryTerm)` that allows creating a new `QueryTerm` instance based on an existing one."]]],[]]