Components that support buttons and quick replies
Components that support quick replies
Any component that inherits from the InteractiveComponent
class supports quick replies. The table below shows components that currently meet this criteria.
Component | Documentation |
---|---|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
Each of these components has a quick_replies
property that accepts a list of quick replies. Quick reply properties are described in the Button and quick reply properties section below.
Components that support buttons
The button.ask
component has a buttons
property that accepts a list of buttons.
The tile.ask
component has a tiles
property, which is a list of tile definitions. Each tile has a buttons
property that accepts a list of buttons.
Updated about 1 year ago