Show / Hide Table of Contents

Class GoogleCloudRetailV2SearchResponseQueryExpansionInfo

Information describing query expansion including whether expansion has occurred.

Inheritance
object
GoogleCloudRetailV2SearchResponseQueryExpansionInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRetail.v2.Data
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class GoogleCloudRetailV2SearchResponseQueryExpansionInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExpandedQuery

Bool describing whether query expansion has occurred.

Declaration
[JsonProperty("expandedQuery")]
public virtual bool? ExpandedQuery { get; set; }
Property Value
Type Description
bool?

PinnedResultCount

Number of pinned results. This field will only be set when expansion happens and SearchRequest.QueryExpansionSpec.pin_unexpanded_results is set to true.

Declaration
[JsonProperty("pinnedResultCount")]
public virtual long? PinnedResultCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX