Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 512 Bytes

File metadata and controls

22 lines (16 loc) · 512 Bytes

Bandwidth::RbmActionBase

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.

Example

require 'bandwidth-sdk'

instance = Bandwidth::RbmActionBase.new(
  type: null,
  text: Hello world,
  postback_data: [B@177302d6
)