| 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] |
require 'zernio-sdk'
instance = Zernio::WhatsAppBodyComponentExample.new(
body_text: null,
body_text_named_params: null
)