| Name | Type | Description | Notes |
|---|---|---|---|
| display_text | String | Button label (max 20 chars). | |
| url | String | Target URL opened when the user taps the button. |
require 'zernio-sdk'
instance = Zernio::SendInboxMessageRequestInteractiveActionOneOf1Parameters.new(
display_text: null,
url: null
)