Class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseRecentSearchSuggestion
Suggestions from recent search history.
Inheritance
GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseRecentSearchSuggestion
  Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseRecentSearchSuggestion : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
RecentSearchTime
object representation of RecentSearchTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RecentSearchTimeDateTimeOffset instead.")]
public virtual object RecentSearchTime { get; set; }Property Value
| Type | Description | 
|---|---|
| object | 
RecentSearchTimeDateTimeOffset
DateTimeOffset representation of RecentSearchTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? RecentSearchTimeDateTimeOffset { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTimeOffset? | 
RecentSearchTimeRaw
The time when this recent rearch happened.
Declaration
[JsonProperty("recentSearchTime")]
public virtual string RecentSearchTimeRaw { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Score
The score of each suggestion. The score is in the range of [0, 1].
Declaration
[JsonProperty("score")]
public virtual double? Score { get; set; }Property Value
| Type | Description | 
|---|---|
| double? | 
Suggestion
The suggestion for the query.
Declaration
[JsonProperty("suggestion")]
public virtual string Suggestion { get; set; }Property Value
| Type | Description | 
|---|---|
| string |