Show / Hide Table of Contents

Class ReportInteractionRequest

Request to report interactions on a recommendation.

Inheritance
object
ReportInteractionRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX