Class EnterpriseTopazSidekickCardMetadata
Card metadata.
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class EnterpriseTopazSidekickCardMetadata : IDirectResponseSchema
Properties
CardCategory
Declares a preference for how this card should be packed in MSCR. All cards in a response must correspond to a single category. As a result, cards may be dropped from the response if this field is set. Any card that does not match the category of the card with the highest priority in the response will be dropped.
Declaration
[JsonProperty("cardCategory")]
public virtual string CardCategory { get; set; }
Property Value
Type | Description |
---|---|
string |
CardId
An ID to identify the card and match actions to it. Be thoughtful of new card IDs since actions will be associated to that ID. E.g., if two card IDs collide, the system will think that the actions have been applied to the same card. Similarly, if EAS can return multiple cards of the same type (e.g., Meetings), ensure that the card_id identifies a given instance of the card so that, e.g., dismissals only affect the dismissed card as opposed to affecting all meeting cards.
Declaration
[JsonProperty("cardId")]
public virtual string CardId { get; set; }
Property Value
Type | Description |
---|---|
string |
Chronology
Chronology.
Declaration
[JsonProperty("chronology")]
public virtual string Chronology { get; set; }
Property Value
Type | Description |
---|---|
string |
DebugInfo
Debug info (only reported if request's debug_level > 0).
Declaration
[JsonProperty("debugInfo")]
public virtual string DebugInfo { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NlpMetadata
Information about the NLP done to get the card.
Declaration
[JsonProperty("nlpMetadata")]
public virtual EnterpriseTopazSidekickNlpMetadata NlpMetadata { get; set; }
Property Value
Type | Description |
---|---|
EnterpriseTopazSidekickNlpMetadata |
RankingParams
Ranking params.
Declaration
[JsonProperty("rankingParams")]
public virtual EnterpriseTopazSidekickRankingParams RankingParams { get; set; }
Property Value
Type | Description |
---|---|
EnterpriseTopazSidekickRankingParams |
RenderMode
Render mode.
Declaration
[JsonProperty("renderMode")]
public virtual string RenderMode { get; set; }
Property Value
Type | Description |
---|---|
string |