Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryResponseContentSuggestion

Suggestions as content.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryResponseContentSuggestion
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 GoogleCloudDiscoveryengineV1alphaAdvancedCompleteQueryResponseContentSuggestion : IDirectResponseSchema

Properties

ContentType

The type of the content suggestion.

Declaration
[JsonProperty("contentType")]
public virtual string ContentType { get; set; }
Property Value
Type Description
string

DataStore

The name of the dataStore that this suggestion belongs to.

Declaration
[JsonProperty("dataStore")]
public virtual string DataStore { get; set; }
Property Value
Type Description
string

DestinationUri

The destination uri of the content suggestion.

Declaration
[JsonProperty("destinationUri")]
public virtual string DestinationUri { get; set; }
Property Value
Type Description
string

Document

The document data snippet in the suggestion. Only a subset of fields will be populated.

Declaration
[JsonProperty("document")]
public virtual GoogleCloudDiscoveryengineV1alphaDocument Document { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaDocument

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IconUri

The icon uri of the content suggestion.

Declaration
[JsonProperty("iconUri")]
public virtual string IconUri { 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