| 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] |
require 'bandwidth-sdk'
instance = Bandwidth::RbmSuggestionResponse.new(
text: Yes, I would like to proceed,
postback_data: [B@662d3e85
)