Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 645 Bytes

File metadata and controls

22 lines (16 loc) · 645 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]
paired_message_id String Corresponding parent message ID (MT). [optional]

Example

require 'bandwidth-sdk'

instance = Bandwidth::RbmSuggestionResponse.new(
  text: Yes, I would like to proceed,
  postback_data: [B@3c29f6be,
  paired_message_id: 1752697342534u24xerqdukke523x
)