Class GoogleCloudDiscoveryengineV1betaSearchResponseGuidedSearchResultRefinementAttribute
Useful attribute for search result refinements.
Inheritance
GoogleCloudDiscoveryengineV1betaSearchResponseGuidedSearchResultRefinementAttribute
  Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaSearchResponseGuidedSearchResultRefinementAttribute : IDirectResponseSchemaProperties
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 |