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 v1beta 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 documentation for the `Condition.Types.QueryTerm` class within the Discovery Engine v1beta API, specifically for versions 1.0.0-beta17 and 1.0.0-beta18."],["The `Condition.Types.QueryTerm` class is designed as a matcher for search request queries and inherits from the object class, while also implementing several interfaces."],["The `QueryTerm` class can be instantiated using either a default constructor or by passing another `QueryTerm` instance, having both the QueryTerm() and QueryTerm(QueryTerm other) constructors."],["The class includes a `FullMatch` property of type boolean to determine if the query must be an exact match, and a `Value` property of type string to define the specific query to match."],["The `Value` property in `QueryTerm` has specific constraints, such as requiring lowercase, UTF-8 encoding, a maximum of three space-separated terms if `full_match` is true, and a length limit of 5000 characters."]]],[]]