Show / Hide Table of Contents

Enum UserInputActionRenderingOption

Enum specifying how actions with user input forms, such as requesting re-review, are handled.

Namespace: Google.Shopping.Merchant.IssueResolution.V1
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
Syntax
public enum UserInputActionRenderingOption

Fields

Name Description
BuiltInUserInputActions

Returns content and input form definition for each complex action. Your application needs to display this content and input form to the business before they can request processing of the action. To start the action, your application needs to call the triggeraction method.

RedirectToMerchantCenter

Actions that require user input are represented only as links that points the business to Merchant Center where they can request the action. Provides easier to implement alternative to BUILT_IN_USER_INPUT_ACTIONS.

Unspecified

Default value. Will never be provided by the API.

In this article
Back to top Generated by DocFX