Class RewrittenQueries
The rewritten queries returned by Apps Search Query Understanding service.
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class RewrittenQueries : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RewrittenQueriesValue
Declaration
[JsonProperty("rewrittenQueries")]
public virtual IList<RewrittenQuery> RewrittenQueriesValue { get; set; }
Property Value
Type | Description |
---|---|
IList<RewrittenQuery> |
SelectedQueryIndex
The index of the selected query in rewritten_queries
that is used by QAPI to call CSSR to get search
results. If none of the queries were used (i.e. they all give empty search results), selected_query_index
would default to -1.
Declaration
[JsonProperty("selectedQueryIndex")]
public virtual int? SelectedQueryIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |