Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 501 Bytes

File metadata and controls

20 lines (14 loc) · 501 Bytes

Bandwidth::RbmSuggestionResponse

Properties

Name Type Description Notes
text String The text associated with the suggestion response. [optional]
postback_data String Base64 payload the customer receives when the reply is clicked. [optional]

Example

require 'bandwidth-sdk'

instance = Bandwidth::RbmSuggestionResponse.new(
  text: Yes, I would like to proceed,
  postback_data: [B@662d3e85
)