public sealed class AdvancedCompleteQueryResponse.Types.PersonSuggestion : IMessage<AdvancedCompleteQueryResponse.Types.PersonSuggestion>, IEquatable<AdvancedCompleteQueryResponse.Types.PersonSuggestion>, IDeepCloneable<AdvancedCompleteQueryResponse.Types.PersonSuggestion>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class AdvancedCompleteQueryResponse.Types.PersonSuggestion.
Suggestions as people.
Implements
IMessageAdvancedCompleteQueryResponseTypesPersonSuggestion, IEquatableAdvancedCompleteQueryResponseTypesPersonSuggestion, IDeepCloneableAdvancedCompleteQueryResponseTypesPersonSuggestion, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
PersonSuggestion()
public PersonSuggestion()PersonSuggestion(PersonSuggestion)
public PersonSuggestion(AdvancedCompleteQueryResponse.Types.PersonSuggestion other)| Parameter | |
|---|---|
| Name | Description |
other |
AdvancedCompleteQueryResponseTypesPersonSuggestion |
Properties
DataStore
public string DataStore { get; set; }The name of the dataStore that this suggestion belongs to.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DataStoreAsDataStoreName
public DataStoreName DataStoreAsDataStoreName { get; set; }DataStoreName-typed view over the DataStore resource name property.
| Property Value | |
|---|---|
| Type | Description |
DataStoreName |
|
DestinationUri
public string DestinationUri { get; set; }The destination uri of the person suggestion.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DisplayPhotoUri
public string DisplayPhotoUri { get; set; }The photo uri of the person suggestion.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Document
public Document Document { get; set; }The document data snippet in the suggestion. Only a subset of fields is populated.
| Property Value | |
|---|---|
| Type | Description |
Document |
|
PersonType
public AdvancedCompleteQueryResponse.Types.PersonSuggestion.Types.PersonType PersonType { get; set; }The type of the person.
| Property Value | |
|---|---|
| Type | Description |
AdvancedCompleteQueryResponseTypesPersonSuggestionTypesPersonType |
|
Score
public double Score { get; set; }The score of each suggestion. The score is in the range of [0, 1].
| Property Value | |
|---|---|
| Type | Description |
double |
|
Suggestion
public string Suggestion { get; set; }The suggestion for the query.
| Property Value | |
|---|---|
| Type | Description |
string |
|