Class: Google::Shopping::Merchant::IssueResolution::V1::ActionFlow
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::IssueResolution::V1::ActionFlow
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb
Overview
Flow that can be selected for an action. When a business selects a flow, application should open a dialog with more information and input form.
Instance Attribute Summary collapse
-
#dialog_button_label ⇒ ::String
Label for the button to trigger the action from the action dialog.
-
#dialog_callout ⇒ ::Google::Shopping::Merchant::IssueResolution::V1::Callout
Important message to be highlighted in the request dialog.
-
#dialog_message ⇒ ::Google::Shopping::Merchant::IssueResolution::V1::TextWithTooltip
Message displayed in the request dialog.
-
#dialog_title ⇒ ::String
Title of the request dialog.
-
#id ⇒ ::String
Not for display but need to be sent back for the selected action flow.
-
#inputs ⇒ ::Array<::Google::Shopping::Merchant::IssueResolution::V1::InputField>
A list of input fields.
-
#label ⇒ ::String
Text value describing the intent for the action flow.
Instance Attribute Details
#dialog_button_label ⇒ ::String
545 546 547 548 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb', line 545 class ActionFlow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dialog_callout ⇒ ::Google::Shopping::Merchant::IssueResolution::V1::Callout
545 546 547 548 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb', line 545 class ActionFlow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dialog_message ⇒ ::Google::Shopping::Merchant::IssueResolution::V1::TextWithTooltip
545 546 547 548 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb', line 545 class ActionFlow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dialog_title ⇒ ::String
545 546 547 548 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb', line 545 class ActionFlow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
545 546 547 548 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb', line 545 class ActionFlow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#inputs ⇒ ::Array<::Google::Shopping::Merchant::IssueResolution::V1::InputField>
545 546 547 548 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb', line 545 class ActionFlow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#label ⇒ ::String
545 546 547 548 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb', line 545 class ActionFlow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |