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
Implements
IMessageConditionTypesQueryTerm, IEquatableConditionTypesQueryTerm, IDeepCloneableConditionTypesQueryTerm, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
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 |