Class EnterpriseTopazSidekickPeopleAnswerDisambiguationInfoDisambiguationPerson
A person that also matches the query, but was not selected due to a lower affinity with the requesting user.
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class EnterpriseTopazSidekickPeopleAnswerDisambiguationInfoDisambiguationPerson : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Person
The profile of this person.
Declaration
[JsonProperty("person")]
public virtual EnterpriseTopazSidekickCommonPerson Person { get; set; }
Property Value
Type | Description |
---|---|
EnterpriseTopazSidekickCommonPerson |
Query
The query that can be used to produce an answer card with the same attribute, but for this person.
Declaration
[JsonProperty("query")]
public virtual string Query { get; set; }
Property Value
Type | Description |
---|---|
string |