Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryResponseRecentSearchSuggestion

Suggestions from recent search history.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryResponseRecentSearchSuggestion
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.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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX