Optional. Query regex to match the whole search query.
Cannot be set when
[Condition.query_terms][google.cloud.discoveryengine.v1.Condition.query_terms]
is set. This is currently supporting promotion use case.
public RepeatedField<Condition.Types.QueryTerm> QueryTerms { get; }
Search only
A list of terms to match the query on.
Cannot be set when
[Condition.query_regex][google.cloud.discoveryengine.v1.Condition.query_regex]
is set.
[[["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."],[[["The `Condition` class in the Google Cloud Discovery Engine v1 API defines the criteria for determining when a particular behavior should be allowed."],["The latest version of the `Condition` class is 1.6.0, with older versions available for reference, starting from 1.0.0-beta06, all accessible through the provided links."],["The class includes constructors for creating new `Condition` objects, either default or copied from other existing conditions."],["`Condition` supports defining active time ranges via `ActiveTimeRange`, utilizing a maximum of 10 time ranges, and matching search query terms or regex patterns using `QueryTerms` or `QueryRegex` respectively."],["This class inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, found in the `Google.Protobuf` namespace, adding specific functionalities to the class."]]],[]]