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
IMessage<BuiltInUserInputAction>
IEquatable<BuiltInUserInputAction>
IDeepCloneable<BuiltInUserInputAction>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.IssueResolution.V1
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
Syntax
public sealed class BuiltInUserInputAction : IMessage<BuiltInUserInputAction>, IEquatable<BuiltInUserInputAction>, IDeepCloneable<BuiltInUserInputAction>, IBufferMessage, IMessage

Constructors

BuiltInUserInputAction()

Declaration
public BuiltInUserInputAction()

BuiltInUserInputAction(BuiltInUserInputAction)

Declaration
public BuiltInUserInputAction(BuiltInUserInputAction other)
Parameters
Type Name Description
BuiltInUserInputAction other

Properties

ActionContext

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

Declaration
public string ActionContext { 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
public RepeatedField<ActionFlow> Flows { get; }
Property Value
Type Description
RepeatedField<ActionFlow>
In this article
Back to top Generated by DocFX