Class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseContentSuggestion
Suggestions as content.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponseContentSuggestion : 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 |
Document
The document data snippet in the suggestion. Only a subset of fields will be populated.
Declaration
[JsonProperty("document")]
public virtual GoogleCloudDiscoveryengineV1betaDocument Document { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1betaDocument |
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 |