Show / Hide Table of Contents

Class TriggerActionPayload

The payload for the triggered action.

Inheritance
object
TriggerActionPayload
Implements
IMessage<TriggerActionPayload>
IEquatable<TriggerActionPayload>
IDeepCloneable<TriggerActionPayload>
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 TriggerActionPayload : IMessage<TriggerActionPayload>, IEquatable<TriggerActionPayload>, IDeepCloneable<TriggerActionPayload>, IBufferMessage, IMessage

Constructors

TriggerActionPayload()

Declaration
public TriggerActionPayload()

TriggerActionPayload(TriggerActionPayload)

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

Properties

ActionContext

Required. The [context][google.shopping.merchant.issueresolution.v1.BuiltInUserInputAction.action_context] from the selected action. The value is obtained from rendered issues and needs to be sent back to identify the [action][google.shopping.merchant.issueresolution.v1.Action.builtin_user_input_action] that is being triggered.

Declaration
public string ActionContext { get; set; }
Property Value
Type Description
string

ActionInput

Required. Input provided by the business.

Declaration
public ActionInput ActionInput { get; set; }
Property Value
Type Description
ActionInput
In this article
Back to top Generated by DocFX