Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 648 Bytes

File metadata and controls

20 lines (14 loc) · 648 Bytes

Zernio::WhatsAppBodyComponentExample

Properties

Name Type Description Notes
body_text Array<Array<String>> Sample values for body variables (array of arrays) [optional]
body_text_named_params Array<WhatsAppNamedParamExample> Sample values for NAMED body variables (templates using {{customer_name}}-style tokens with parameter_format: NAMED). [optional]

Example

require 'zernio-sdk'

instance = Zernio::WhatsAppBodyComponentExample.new(
  body_text: null,
  body_text_named_params: null
)