Show / Hide Table of Contents

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 business. 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.

Inheritance
object
BuiltInUserInputAction
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.Merchant.issueresolution_v1beta.Data
Assembly: Google.Apis.Merchant.issueresolution_v1beta.dll
Syntax
public class BuiltInUserInputAction : IDirectResponseSchema

Properties

ActionContext

Contains the action's context that must be included as part of the TriggerActionPayload.action_context in TriggerActionRequest.payload to call the triggeraction method. The content should be treated as opaque and must not be modified.

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. Business 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX