Class ReportInteractionRequest
Request to report interactions on a recommendation.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ReportInteractionRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InteractionType
Required. Type of the interaction that is reported, for example INTERACTION_CLICK.
Declaration
[JsonProperty("interactionType")]
public virtual string InteractionType { get; set; }
Property Value
Type | Description |
---|---|
string |
ResponseToken
Required. Token of the response when recommendation was returned.
Declaration
[JsonProperty("responseToken")]
public virtual string ResponseToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Subtype
Optional. Subtype of the recommendations this interaction happened on. This field must be set only to the
value that is returned by {@link RecommendationsService.GenerateRecommendations
} call.
Declaration
[JsonProperty("subtype")]
public virtual string Subtype { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Required. Type of the recommendations on which this interaction happened. This field must be set only to the
value that is returned by {@link GenerateRecommendationsResponse
} call.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |