Class GoogleCloudDiscoveryengineV1ConditionQueryTerm
Matcher for search request query
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1ConditionQueryTerm : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FullMatch
Whether the search query needs to exactly match the query term.
Declaration
[JsonProperty("fullMatch")]
public virtual bool? FullMatch { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Value
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.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |