Class GoogleCloudDiscoveryengineV1betaSearchResponseQueryExpansionInfo
Information describing query expansion including whether expansion has occurred.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaSearchResponseQueryExpansionInfo : IDirectResponseSchemaProperties
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? |