| Name | Type | Description | Notes |
|---|---|---|---|
| type | RbmActionTypeEnum | ||
| text | String | Displayed text for user to click | |
| postback_data | String | Base64 payload the customer receives when the reply is clicked. |
require 'bandwidth-sdk'
instance = Bandwidth::RbmActionBase.new(
type: null,
text: Hello world,
postback_data: [B@177302d6
)