Sha256: 3915c110ba3ed3db15840b97c3c910fae9e1709ae6e46fb6ebe39ce2d9f54c49
Contents?: true
Size: 736 Bytes
Versions: 26
Compression:
Stored size: 736 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. See [**MenuItemTypeEnum**](Enums.md#MenuItemTypeEnum) for available values. | **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
26 entries across 26 versions & 1 rubygems