Class GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryResponseRecentSearchSuggestion
Suggestions from recent search history.
Inheritance
GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryResponseRecentSearchSuggestion
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryResponseRecentSearchSuggestion : IDirectResponseSchema
Properties
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 |
Suggestion
The suggestion for the query.
Declaration
[JsonProperty("suggestion")]
public virtual string Suggestion { get; set; }
Property Value
Type | Description |
---|---|
string |