Class: Google::Shopping::Merchant::IssueResolution::V1beta::BuiltInUserInputAction
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::IssueResolution::V1beta::BuiltInUserInputAction
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb
Overview
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.
Instance Attribute Summary collapse
-
#action_context ⇒ ::String
Contains the action's context that must be included as part of the TriggerActionPayload.action_context in TriggerActionRequest.payload to call the
triggeractionmethod. -
#flows ⇒ ::Array<::Google::Shopping::Merchant::IssueResolution::V1beta::ActionFlow>
Actions may provide multiple different flows.
Instance Attribute Details
#action_context ⇒ ::String
Returns 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.
508 509 510 511 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 508 class BuiltInUserInputAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#flows ⇒ ::Array<::Google::Shopping::Merchant::IssueResolution::V1beta::ActionFlow>
Returns 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.
508 509 510 511 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 508 class BuiltInUserInputAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |