| 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] |
| paired_message_id | String | Corresponding parent message ID (MT). | [optional] |
require 'bandwidth-sdk'
instance = Bandwidth::RbmSuggestionResponse.new(
text: Yes, I would like to proceed,
postback_data: [B@3c29f6be,
paired_message_id: 1752697342534u24xerqdukke523x
)