Class BuiltInUserInputAction
Action that is implemented and performed in (your) third-party application. The application needs to show an additional content and input form to the merchant. They can start the action only when they provided all required inputs. The application will request processing of the action by calling the triggeraction method.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class BuiltInUserInputAction : IDirectResponseSchema
Properties
ActionContext
Internal details. Not for display but need to be sent back when triggering the action.
Declaration
[JsonProperty("actionContext")]
public virtual string ActionContext { 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 |
Flows
Actions may provide multiple different flows. Merchant selects one that fits best to their intent. Selecting the flow is the first step in user's interaction with the action. It affects what input fields will be available and required and also how the request will be processed.
Declaration
[JsonProperty("flows")]
public virtual IList<ActionFlow> Flows { get; set; }
Property Value
Type | Description |
---|---|
IList<ActionFlow> |