Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 518 Bytes

File metadata and controls

20 lines (14 loc) · 518 Bytes

Bandwidth::RbmMessageContentText

Properties

Name Type Description Notes
text String The text associated with the message. Must be 3270 characters or less
suggestions Array<MultiChannelAction> An array of suggested actions for the recipient. [optional]

Example

require 'bandwidth-sdk'

instance = Bandwidth::RbmMessageContentText.new(
  text: Hello world,
  suggestions: null
)