Buttons
Buttons offer a rich UX for users by showing them a list of predefined options to choose from. This makes the chat more conversational.

The button action block is made up of three things:
A Question
Options
Variables
1. Question
A question that explains the user to choose from the list of buttons displayed.
For example, “What do you need assistance in?”.
2. Options
Along with the question, we show a list of pre-defined options that the user can choose from.
These buttons are generally of two types:
a. Branch Buttons
Adding a branch button, adds a grey color node on the canvas. Using this node you can create different paths for each button in the chat flow.
For example, you can have a question like, “How often do you shop online?” with the buttons.
Every other day
Once in a week
Once in a month
Rarely
b. URL Buttons
Adding a URL button allows you to open a webpage when that button is selected.
For example, you can have a button which says, “Read case study” which when clicked opens a webpage on a new tab.
3. Variables
Variables are used to store the button selected by the user, so you can reference it for later use.
You can either choose an existing variable from the dropdown or create a new one.
Learn more about variables here.
Additional Button Settings
Search
Enabling it shows a search box on top of the list of buttons, so that users can easily find the option they are looking for.
This is really helpful when you have a huge list of buttons.

Multi-Select
Allows the user to select multiple buttons at a time. After choosing the required buttons, user would need to hit “Send” to proceed to the next step in the chat flow.
When using multi-select, the flow will always route to the “Default” branch.
When using variables for multi-select, all values will be stored in a comma separated format i.e. “Fever, cough”.

Buttons Layout
Renders the button in the specified format:
Horizontal – Horizontal placement of buttons as per available space
Vertical – Each item is displayed in a new line

Buttons Sorting
You can choose to sort the list of buttons in the following order:
A - Z – In an ascending order starting from A
Z - A – In a descending order starting from Z
Random – Button list will be randomized
As defined – The order as displayed in the action panel
Last updated