Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 843 Bytes

File metadata and controls

28 lines (22 loc) · 843 Bytes

Bandwidth::RbmActionOpenUrl

Properties

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]

Example

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
)