Class GoogleCloudDiscoveryengineV1alphaSearchResponseGuidedSearchResultRefinementAttribute
Useful attribute for search result refinements.
Inheritance
GoogleCloudDiscoveryengineV1alphaSearchResponseGuidedSearchResultRefinementAttribute
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaSearchResponseGuidedSearchResultRefinementAttribute : IDirectResponseSchema
Properties
AttributeKey
Attribute key used to refine the results. For example, "movie_type"
.
Declaration
[JsonProperty("attributeKey")]
public virtual string AttributeKey { get; set; }
Property Value
Type | Description |
---|---|
string |
AttributeValue
Attribute value used to refine the results. For example, "drama"
.
Declaration
[JsonProperty("attributeValue")]
public virtual string AttributeValue { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |