Discovery Engine v1beta API - Class Condition.Types.QueryTerm (1.0.0-beta14)

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.

Matcher for search request query

Inheritance

object > Condition.Types.QueryTerm

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

QueryTerm()

public QueryTerm()

QueryTerm(QueryTerm)

public QueryTerm(Condition.Types.QueryTerm other)
Parameter
Name Description
other ConditionTypesQueryTerm

Properties

FullMatch

public bool FullMatch { get; set; }

Whether the search query needs to exactly match the query term.

Property Value
Type Description
bool

Value

public string Value { get; set; }

The specific query value to match against

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.

Property Value
Type Description
string