| Name | Type | Description | Notes |
|---|---|---|---|
| button_id | String | Make sure this is unique | [optional] |
| payload | String | [optional] | |
| title | String | ||
| type | String | Valid types are replyButton, urlButton & callButton |
require 'openapi_client'
instance = OpenapiClient::TemplateButton.new(
button_id: null,
payload: null,
title: null,
type: null
)