Class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponsePersonSuggestion
Suggestions as people.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponsePersonSuggestion : IDirectResponseSchemaProperties
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 person suggestion.
Declaration
[JsonProperty("destinationUri")]
public virtual string DestinationUri { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
DisplayPhotoUri
The photo uri of the person suggestion.
Declaration
[JsonProperty("displayPhotoUri")]
public virtual string DisplayPhotoUri { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Document
The document data snippet in the suggestion. Only a subset of fields is 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 | 
PersonType
The type of the person.
Declaration
[JsonProperty("personType")]
public virtual string PersonType { 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 |