| 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. | |
| url | String | The URL to open in browser. | |
| application | RbmOpenUrlEnum | [optional] | |
| webview_view_mode | RbmWebViewEnum | [optional] |
require 'bandwidth-sdk'
instance = Bandwidth::RbmActionOpenUrl.new(
type: null,
text: Hello world,
postback_data: U0dWc2JHOGdkMjl5YkdRPQ==,
url: https://dev.bandwidth.com,
application: null,
webview_view_mode: null
)