| Name | Type | Description | Notes |
|---|---|---|---|
| screen | String | First screen to show. | [optional] |
| data | Hash<String, Object> | Optional pre-filled data passed to the screen. | [optional] |
require 'zernio-sdk'
instance = Zernio::SendInboxMessageRequestInteractiveActionOneOf3ParametersFlowActionPayload.new(
screen: null,
data: null
)