Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 526 Bytes

File metadata and controls

20 lines (14 loc) · 526 Bytes

Zernio::SendInboxMessageRequestInteractiveActionOneOf3ParametersFlowActionPayload

Properties

Name Type Description Notes
screen String First screen to show. [optional]
data Hash<String, Object> Optional pre-filled data passed to the screen. [optional]

Example

require 'zernio-sdk'

instance = Zernio::SendInboxMessageRequestInteractiveActionOneOf3ParametersFlowActionPayload.new(
  screen: null,
  data: null
)