Sha256: e982ffa236dfed93aa74c13b2fd618971d76424de3a37655b47d9111c1333003
Contents?: true
Size: 660 Bytes
Versions: 10
Compression:
Stored size: 660 Bytes
Contents
# SmoochApi::MenuItem ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **text** | **String** | The button text of the menu item. | **uri** | **String** | A valid address, like http://smooch.io. Required for a link type item. | [optional] **type** | **String** | Can either be link, postback, which correspond to Smooch’s link and postback actions, or submenu for nested menus. | **payload** | **String** | A payload for a postback. Required for a postback type item. | [optional] **items** | [**Array<SubMenuItem>**](SubMenuItem.md) | A list of menu items for a submenu. | [optional]
Version data entries
10 entries across 10 versions & 1 rubygems