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 documentation is for the `Condition.Types.QueryTerm` class within the Google Cloud Discovery Engine v1beta API, specifically version 1.0.0-beta16, with the latest version being 1.0.0-beta18."],["`Condition.Types.QueryTerm` serves as a matcher for search request queries within the Discovery Engine API, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and provides two constructors: a default constructor and one that accepts another `Condition.Types.QueryTerm` instance for initialization."],["The `Condition.Types.QueryTerm` class has two key properties: `FullMatch`, which is a boolean indicating whether the query must exactly match the term, and `Value`, a string representing the specific query value, which must adhere to specific formatting and length constraints."]]],[]]