Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1CompleteQueryResponseQuerySuggestion

Suggestions as search queries.

Inheritance
object
GoogleCloudDiscoveryengineV1CompleteQueryResponseQuerySuggestion
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.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1CompleteQueryResponseQuerySuggestion : IDirectResponseSchema

Properties

CompletableFieldPaths

The unique document field paths that serve as the source of this suggestion if it was generated from completable fields. This field is only populated for the document-completable model.

Declaration
[JsonProperty("completableFieldPaths")]
public virtual IList<string> CompletableFieldPaths { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX